Searched refs:KS_CE (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | termdefs.h | 29 KS_CE, // clear to end of line enumerator 133 #define T_CE (TERM_STR(KS_CE)) // clear to end of line
|
| H A D | term.c | 225 {(int)KS_CE, IF_EB("\033|$", ESC_STR "|$")}, 279 {(int)KS_CE, "\033[K"}, 378 {(int)KS_CE, "\033[K"}, 441 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")}, 482 {(int)KS_CE, "\033[K"}, 560 {(int)KS_CE, "\033|K"}, // clear to end of line 694 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")}, 794 {(int)KS_CE, IF_EB("\033K", ESC_STR "K")}, 819 {(int)KS_CE, IF_EB("\033[K", ESC_STR "[K")}, 1021 {(int)KS_CE, "\033[K"}, [all …]
|