Searched defs:SET_BG_COLOR (Results 1 – 1 of 1) sorted by relevance
120 #define SET_BG_COLOR(bg) _setbkcolor(bg) macro133 #define SET_BG_COLOR(bg) textbackground(bg) macro174 #define SET_BG_COLOR(bg) { curr_attr &= ~0xf0; curr_attr |= ((bg)<<4); APPLY_COLORS(); } macro