Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro30 void term_fg_color(int n);
/vim-8.2.3635/src/
H A Dscreen.c1837 term_fg_color(defctermfg); in screen_start_highlight()
1890 term_fg_color(aep->ae_u.cterm.fg_color - 1); in screen_start_highlight()
2083 term_fg_color(cterm_normal_fg_color - 1); in screen_stop_highlight()
H A Dhighlight.c916 term_fg_color(color); in highlight_set_ctermfg()
H A Dterm.c2989 term_fg_color(int n) in term_fg_color() function