Searched refs:nm_fg_color (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | output.c | 38 extern int nm_fg_color, nm_bg_color; 220 fg = sgr->fg == C_DEFAULT ? nm_fg_color in win_flush()
|
H A D | optfunc.c | 89 extern int nm_fg_color, nm_bg_color, nm_attr; 645 colordesc(s, &nm_fg_color, &nm_bg_color, &nm_attr); in opt_D()
|
H A D | screen.c | 167 public int nm_fg_color = CV_ERROR; /* Color of normal text */ 1153 if (nm_fg_color == CV_ERROR || nm_fg_color == CV_NOCHANGE) nm_fg_color = sy_fg_color; in get_term() 1163 nm_fg_color |= nm_attr; in get_term() 1561 SETCOLORS(nm_fg_color, nm_bg_color); in initcolor() 1574 SETCOLORS(nm_fg_color, nm_bg_color); 1932 curr_attr = MAKEATTR(nm_fg_color, nm_bg_color); 1986 curr_attr = MAKEATTR(nm_fg_color, nm_bg_color); 2022 curr_attr = MAKEATTR(nm_fg_color, nm_bg_colo in win32_scroll_up() 179 public int nm_fg_color; /* Color of normal text */ global() variable [all...] |