login

static uint8_t def_plt[0x30] = {
    0x00, 0x00, 0x00,
    0xCD, 0x00, 0x00,
    0x00, 0xCD, 0x00,
    0xCD, 0xCD, 0x00,
    0x00, 0x00, 0xEE,
    0xCD, 0x00, 0xCD,
    0x00, 0xCD, 0xCD,
    0xCD, 0xCD, 0xCD,
    0x7F, 0x7F, 0x7F,
    0xFF, 0x00, 0x00,
    0x00, 0xFF, 0x00,
    0xFF, 0xFF, 0x00,
    0x5C, 0x5C, 0xFF,
    0xFF, 0x00, 0xFF,
    0x00, 0xFF, 0xFF,
    0xFF, 0xFF, 0xFF
};

#define DEF_FORE    0x7
#define DEF_BACK    0x0

static uint16_t def_mode = M_AUTOWRAP | M_AUTORPT | M_CURSORVIS;
static uint8_t def_attr = A_NORMAL;
static uint8_t def_pair = (DEF_FORE << 4) | DEF_BACK;