ALL_BUT_COLOR
| (new_attr & ALL_BUT_COLOR));
| (AttrOf(wch) & ALL_BUT_COLOR)
((source & ALL_BUT_COLOR) == 0 &&
attr_t result = AttrOf(SP_PARM->_slk->attr) & ALL_BUT_COLOR;
(S) = ((S) & ALL_BUT_COLOR) | (attr_t) (at);\
#define unColor2(a) ((a) & ALL_BUT_COLOR)
#define SET_WINDOW_PAIR(w,p) WINDOW_ATTRS(w) &= ALL_BUT_COLOR, \
turn_off = (~newmode & PreviousAttr) & ALL_BUT_COLOR;
turn_on = (newmode & ~(PreviousAttr & TPARM_ATTR)) & ALL_BUT_COLOR;
PreviousAttr &= ALL_BUT_COLOR;
PreviousAttr &= ALL_BUT_COLOR;
turn_on |= (newmode & ALL_BUT_COLOR);
PreviousAttr &= ALL_BUT_COLOR;
turn_off = (~newmode & previous_attr) & ALL_BUT_COLOR;
turn_on = (newmode & ~(previous_attr & TPARM_ATTR)) & ALL_BUT_COLOR;
previous_attr &= ALL_BUT_COLOR;
previous_attr &= ALL_BUT_COLOR;
turn_on |= (newmode & ALL_BUT_COLOR);
previous_attr &= ALL_BUT_COLOR;
mode &= ALL_BUT_COLOR; \