Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c212 static int desired_cursor_shape = -1; variable
2391 || last_set_cursor_shape != desired_cursor_shape in may_output_cursor_props()
2395 last_set_cursor_shape = desired_cursor_shape; in may_output_cursor_props()
2398 if (desired_cursor_shape == -1 || desired_cursor_blink == -1) in may_output_cursor_props()
2402 term_cursor_shape(desired_cursor_shape, desired_cursor_blink); in may_output_cursor_props()
2421 desired_cursor_shape = term->tl_cursor_shape; in may_set_cursor_props()
2438 desired_cursor_shape = -1; in prepare_restore_cursor_props()