Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterminal.c2347 guicolor_T term_bg = INVALCOLOR; in term_get_cursor_shape() local
2365 syn_id2colors(id, &term_fg, &term_bg); in term_get_cursor_shape()
2366 if (term_bg != INVALCOLOR) in term_get_cursor_shape()
2367 *fg = term_bg; in term_get_cursor_shape()