Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterminal.pro18 cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
/vim-8.2.3635/src/
H A Dglobals.h1427 extern cursorentry_T shape_table[SHAPE_IDX_COUNT];
H A Dstructs.h3905 } cursorentry_T; typedef
H A Dmisc2.c1979 cursorentry_T shape_table[SHAPE_IDX_COUNT] =
H A Dterminal.c2340 cursorentry_T *
2344 static cursorentry_T entry; in term_get_cursor_shape()
H A Dgui.c1136 cursorentry_T *shape; in gui_update_cursor()