Searched defs:SETCOLORS (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/less/
H A Dscreen.c98 #define SETCOLORS(fg,bg) { _settextcolor(fg); _setbkcolor(bg); } macro
109 #define SETCOLORS(fg,bg) { textcolor(fg); textbackground(bg); } macro
136 #define SETCOLORS(fg,bg) { curr_attr = MAKEATTR(fg,bg); \ macro
[all...]

Completed in 163 milliseconds