Home | History | Annotate | Download | only in dist

Lines Matching refs:fg

55  * Parse an embedded style of the form "fg=colour,bg=colour,bright,...".  Note
88 sy->gc.fg = base->fg;
200 sy->gc.fg = value;
202 sy->gc.fg = base->fg;
330 if (gc->fg != 8) {
332 colour_tostring(gc->fg));
379 if (sy->gc.fg != 8)
380 gc->fg = sy->gc.fg;