Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro80 void term_get_fg_color(char_u *r, char_u *g, char_u *b);
/vim-8.2.3635/src/
H A Dterm.c5872 term_get_fg_color(char_u *r, char_u *g, char_u *b) in term_get_fg_color() function
H A Dterminal.c4080 term_get_fg_color(&fg->red, &fg->green, &fg->blue); in init_default_colors()