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