init_pair
init_pair(i, COLOR_WHITE, colorInfo[i].color);
init_pair(6, COLOR_WHITE, COLOR_CYAN);
init_pair(7, COLOR_BLACK, COLOR_WHITE);
init_pair(0, COLOR_WHITE, COLOR_BLACK);
init_pair(1, COLOR_WHITE, COLOR_RED);
init_pair(2, COLOR_WHITE, COLOR_GREEN);
init_pair(3, COLOR_WHITE, COLOR_YELLOW);
init_pair(4, COLOR_WHITE, COLOR_BLUE);
init_pair(5, COLOR_WHITE, COLOR_MAGENTA);
if (init_pair(nc + 1, clr[j], -1) == ERR)
init_pair(my_pair, COLOR_WHITE, COLOR_BLUE);
int init_pair(short, short, short);
report_return(init_pair(pair, fore, back));
init_pair(COLOR_CONTROL_SELECTED, COLOR_BLUE, COLOR_BLACK);
init_pair(COLOR_LEVELS, COLOR_GREEN, COLOR_BLACK);
init_pair(COLOR_SET_SELECTED, COLOR_BLACK, COLOR_GREEN);
init_pair(COLOR_ENUM_ON, COLOR_WHITE, COLOR_RED);
init_pair(COLOR_ENUM_OFF, COLOR_WHITE, COLOR_BLUE);
init_pair(COLOR_ENUM_MISC, COLOR_BLACK, COLOR_YELLOW);
init_pair(1, fg, bg);