Searched refs:KS_CD (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | termdefs.h | 36 KS_CD, // clear to end of display enumerator 141 #define T_CD (TERM_STR(KS_CD)) // clear to end of display
|
| H A D | term.c | 280 {(int)KS_CD, "\033[J"}, 379 {(int)KS_CD, "\033[J"}, 576 {(int)KS_CD, "\033|j"}, // clear to end of display 708 {(int)KS_CD, IF_EB("\033[J", ESC_STR "[J")}, 795 {(int)KS_CD, IF_EB("\033J", ESC_STR "J")}, 839 {(int)KS_CD, IF_EB("\033[J", ESC_STR "[J")}, 1022 {(int)KS_CD, "\033[J"}, 1138 {(int)KS_CD, "[CD]"}, 1666 {KS_CL, "cl"}, {KS_CD, "cd"}, in get_term_entries()
|