Lines Matching refs:fg
190 int fg;
195 return fg < o.fg || (fg == o.fg && bg < o.bg);
272 get_color_pair (int fg, int bg)
274 color_pair c = { fg, bg };
285 init_pair (next, fg, bg);
306 const ui_file_style::color &fg = style.get_foreground ();
308 if (!fg.is_none () || !bg.is_none ())
311 if (get_color (fg, &fgi) && get_color (bg, &bgi))
377 the terminal is fg=BLACK, and bg=WHITE, and the style wants
395 ui_file_style::color fg = style.get_foreground ();
397 style.set_bg (fg);