Searched refs:term_get_fg_color (Results 1 – 3 of 3) sorted by relevance
80 void term_get_fg_color(char_u *r, char_u *g, char_u *b);
5872 term_get_fg_color(char_u *r, char_u *g, char_u *b) in term_get_fg_color() function
4080 term_get_fg_color(&fg->red, &fg->green, &fg->blue); in init_default_colors()