Home
last modified time | relevance | path

Searched defs:SET_BG_COLOR (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/less/
H A Dscreen.c120 #define SET_BG_COLOR(bg) _setbkcolor(bg) macro
133 #define SET_BG_COLOR(bg) textbackground(bg) macro
174 #define SET_BG_COLOR(bg) { curr_attr &= ~0xf0; curr_attr |= ((bg)<<4); APPLY_COLORS(); } macro