Home
last modified time | relevance | path

Searched refs:T_CSI (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dtermdefs.h198 #define T_CSI (TERM_STR(KS_CSI)) // start insert mode macro
H A Dterm.c4056 p = T_CSI; // fall back to Insert mode cursor in term_cursor_mode()
4066 if ((forced || showing_mode != INSERT) && *T_CSI != NUL) in term_cursor_mode()
4068 out_str(T_CSI); // Insert mode cursor in term_cursor_mode()
H A Doptiondefs.h3024 p_term("t_SI", T_CSI)