Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro66 void term_cursor_shape(int shape, int blink);
/vim-8.2.3635/src/
H A Dterm.c4044 term_cursor_shape(initial_cursor_shape, initial_cursor_blink); in term_cursor_mode()
4109 term_cursor_shape(int shape, int blink) in term_cursor_shape() function
H A Dterminal.c2402 term_cursor_shape(desired_cursor_shape, desired_cursor_blink); in may_output_cursor_props()