1 static uint8_t plt_xterm
[0x30] = {
20 static uint8_t plt_vga_ansi
[0x30] = {
39 static uint8_t plt_solarized_like_ansi
[0x30] = {
58 static uint8_t plt_solarized
[0x30] = {
77 static uint8_t plt_putty
[0x30] = {
99 static uint8_t * def_plt
= plt_xterm
;
100 static uint16_t def_mode
= M_AUTOWRAP
| M_AUTORPT
| M_CURSORVIS
;
101 static uint8_t def_attr
= A_NORMAL
;
102 static uint8_t def_pair
= (DEF_FORE
<< 4) | DEF_BACK
;