wattr_off
return wattr_off(stdscr, attr, opts);
#define attr_off(a, o) wattr_off(stdscr, a, o)
int wattr_off(WINDOW *, attr_t, void *);
return wattr_off(screen->slk_window, attr, opt);
report_return(wattr_off(win, attr, NULL));