Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c4118 int do_blink = blink; in term_cursor_shape() local
4124 do_blink = !blink; in term_cursor_shape()
4126 if (do_blink && *T_VS != NUL) in term_cursor_shape()
4131 else if (!do_blink && *T_CVS != NUL) in term_cursor_shape()