COLOR_PAIR
(void) wattrset(titlebar, COLOR_PAIR(LT_COLOR_HEADER));
(void) wbkgd(titlebar, COLOR_PAIR(LT_COLOR_HEADER));
(void) wattrset(hintbar, COLOR_PAIR(LT_COLOR_HEADER));
(void) wbkgd(hintbar, COLOR_PAIR(LT_COLOR_HEADER));
(void) wattrset(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR));
(void) wbkgd(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR));
(void) wbkgd(sw[SW_WAKEUPS], COLOR_PAIR(PT_COLOR_RED));
(void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
(void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT));
chtype new_pair = COLOR_PAIR(pair);
extern chtype COLOR_PAIR(short);
(COLOR_PAIR)(short co)
ch |= COLOR_PAIR(cc->_co) | mb[0];
extern int COLOR_PAIR(int);
ch |= COLOR_PAIR(cc->_co) | mb[0];