Searched refs:KS_CDL (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | term.c | 238 {(int)KS_CDL, IF_EB("\033|%dD", ESC_STR "|%dD")}, 289 {(int)KS_CDL, "\033[%p1%dM"}, 291 {(int)KS_CDL, "\033[%dM"}, 388 {(int)KS_CDL, "\033[%p1%dM"}, 390 {(int)KS_CDL, "\033[%dM"}, 452 {(int)KS_CDL, IF_EB("\033[%dM", ESC_STR "[%dM")}, 1031 {(int)KS_CDL, "\033[%p1%dM"}, 1033 {(int)KS_CDL, "\033[%dM"}, 1147 {(int)KS_CDL, "[CDL%p1%d]"}, 1149 {(int)KS_CDL, "[CDL%d]"}, [all …]
|
| H A D | termdefs.h | 33 KS_CDL, // delete number of lines enumerator 137 #define T_CDL (TERM_STR(KS_CDL)) // delete number of lines
|