wcolor_set
return wcolor_set(stdscr, pair, opts);
#define color_set(c, o) wcolor_set(stdscr, c, o)
int wcolor_set(WINDOW *, short, void *);
return wcolor_set(screen->slk_window, pair, NULL);
report_return(wcolor_set(win, pair, NULL));