Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h147 #define T_VS (TERM_STR(KS_VS)) // cursor very visible (blink) macro
H A Dterm.c3947 if (*T_VS != NUL && *T_CVS != NUL) in scroll_start()
3952 out_str(T_VS); in scroll_start()
4126 if (do_blink && *T_VS != NUL) in term_cursor_shape()
4128 out_str(T_VS); in term_cursor_shape()
H A Doptiondefs.h3045 p_term("t_vs", T_VS)