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

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

Completed in 44 milliseconds