Searched refs:KS_8B (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | termdefs.h | 103 KS_8B, // set background color (RGB) enumerator 207 #define T_8B (TERM_STR(KS_8B)) // set background color (RGB)
|
| H A D | term.c | 622 {(int)KS_8B, "\033|48;2;%lu;%lu;%lum"}, 906 {(int)KS_8B, IF_EB("\033[48;2;%lu;%lu;%lum", ESC_STR "[48;2;%lu;%lu;%lum")}, 1688 {KS_8F, "8f"}, {KS_8B, "8b"}, {KS_8U, "8u"}, in get_term_entries()
|