Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c161 int tl_cursor_shape; // 1: block, 2: underline, 3: bar member
470 term->tl_cursor_shape = VTERM_PROP_CURSORSHAPE_BLOCK; in term_start()
2351 term->tl_cursor_shape == VTERM_PROP_CURSORSHAPE_UNDERLINE ? SHAPE_HOR : in term_get_cursor_shape()
2352 term->tl_cursor_shape == VTERM_PROP_CURSORSHAPE_BAR_LEFT ? SHAPE_VER : in term_get_cursor_shape()
2421 desired_cursor_shape = term->tl_cursor_shape; in may_set_cursor_props()
3104 term->tl_cursor_shape = value->number; in handle_settermprop()
5765 dict_add_number(d, "shape", term->tl_cursor_shape); in f_term_getcursor()