Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h148 #define T_CVS (TERM_STR(KS_CVS)) // cursor normally visible (no blink) macro
H A Dterm.c3947 if (*T_VS != NUL && *T_CVS != NUL) in scroll_start()
3953 out_str(T_CVS); in scroll_start()
4131 else if (!do_blink && *T_CVS != NUL) in term_cursor_shape()
4133 out_str(T_CVS); in term_cursor_shape()
H A Doptiondefs.h3044 p_term("t_VS", T_CVS)