Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.c1333 if (shape->shape == SHAPE_VER) in gui_update_cursor()
1347 if (shape->shape != SHAPE_VER) in gui_update_cursor()
H A Dstructs.h3885 #define SHAPE_VER 2 // vertical bar cursor macro
H A Dmisc2.c2187 shape_table[idx].shape = SHAPE_VER; in parse_shape_opt()
H A Dterminal.c2352 term->tl_cursor_shape == VTERM_PROP_CURSORSHAPE_BAR_LEFT ? SHAPE_VER : in term_get_cursor_shape()