Home
last modified time | relevance | path

Searched refs:KS_CM (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dtermdefs.h61 KS_CM, // cursor motion enumerator
166 #define T_CM (TERM_STR(KS_CM)) // cursor motion
H A Dterm.c320 {(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 …]