Lines Matching defs:fg
64 int fg; /**< foreground color */
88 s->fg = DEFAULT_FG_COLOR;
166 int fg = s->fg;
170 fg += 8;
174 FFSWAP(int, fg, bg);
176 fg = bg;
178 s->frame->linesize[0], s->font, s->font_height, c, fg, bg);
311 s->fg = DEFAULT_FG_COLOR;
316 s->fg = ansi_to_cga[m - 30];
319 s->fg = index < 16 ? ansi_to_cga[index] : index;
322 s->fg = ansi_to_cga[DEFAULT_FG_COLOR];
330 s->fg = ansi_to_cga[DEFAULT_BG_COLOR];