Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c2346 guicolor_T term_fg = INVALCOLOR; in term_get_cursor_shape() local
2365 syn_id2colors(id, &term_fg, &term_bg); in term_get_cursor_shape()
2373 if (term_fg != INVALCOLOR) in term_get_cursor_shape()
2374 *bg = term_fg; in term_get_cursor_shape()