Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h67 KS_TI, // put terminal in termcap mode enumerator
172 #define T_TI (TERM_STR(KS_TI)) // put terminal in termcap mode
H A Dterm.c613 {(int)KS_TI, "\033|S"}, // put terminal in termcap mode
876 {(int)KS_TI, IF_EB("\0337\033[?47h", ESC_STR "7" ESC_STR_nc "[?47h")},
1045 {(int)KS_TI, "\033[=6h"},
1208 {(int)KS_TI, "[TI]"},
1675 {KS_KE, "ke"}, {KS_TI, "ti"}, {KS_TE, "te"}, in get_term_entries()