Home
last modified time | relevance | path

Searched refs:bl_bg_color (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Doutput.c42 extern int bl_fg_color, bl_bg_color;
205 WIN32setcolors(bl_fg_color, bl_bg_color); in set_win_colors()
H A Dscreen.c180 public int bl_bg_color = CV_ERROR; variable
1155 …if (bl_bg_color == CV_NOCHANGE) bl_bg_color = sy_bg_color; else if (bl_bg_color == CV_ERROR) bl_bg… in init_win_colors()
2809 SETCOLORS(bl_fg_color, bl_bg_color); in at_enter()
H A Doptfunc.c94 extern int bl_fg_color, bl_bg_color, bl_attr;
655 colordesc(s, &bl_fg_color, &bl_bg_color, &bl_attr); in opt_D()