Searched refs:KS_CM (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | term.c | 320 {(int)KS_CM, "\033[%i%p1%d;%p2%dH"}, 322 {(int)KS_CM, "\033[%i%d;%dH"}, 419 {(int)KS_CM, "\033[%i%p1%d;%p2%dH"}, 421 {(int)KS_CM, "\033[%i%d;%dH"}, 506 {(int)KS_CM, "\033[%i%p1%d;%p2%dH"}, 508 {(int)KS_CM, "\033[%i%d;%dH"}, 1072 {(int)KS_CM, "\033[%i%p1%d;%p2%dH"}, 1074 {(int)KS_CM, "\033[%i%d;%dH"}, 1195 {(int)KS_CM, "[%p1%dCM%p2%d]"}, 1197 {(int)KS_CM, "[%dCM%d]"}, [all …]
|
| H A D | termdefs.h | 61 KS_CM, // cursor motion enumerator 166 #define T_CM (TERM_STR(KS_CM)) // cursor motion
|