Searched refs:T_CSI (Results 1 – 3 of 3) sorted by relevance
198 #define T_CSI (TERM_STR(KS_CSI)) // start insert mode macro
4056 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()
3024 p_term("t_SI", T_CSI)