ColorPair
#define ColorPair(n) (NCURSES_BITS(n, 0) & A_COLOR)
#define ColorPair(pair) COLOR_PAIR(pair)