Lines Matching refs:pair
162 * Set attributes and color pair on ripped off slk window.
174 * Set wide attributes and color pair on ripped off slk window.
177 slk_attr_set(const attr_t attr, short pair, void *opt)
180 return __slk_attr_set(_cursesi_screen, attr, pair, opt);
198 * Set color pair on ripped off slk window.
201 slk_color(short pair)
204 return __slk_color(_cursesi_screen, pair);
349 * Set attributes and color pair on ripped off slk window.
363 * Set wide attributes and color pair on ripped off slk window.
366 __slk_attr_set(SCREEN *screen, const attr_t attr, short pair, void *opt)
371 return wattr_set(screen->slk_window, attr, pair, opt);
401 * Set color pair on ripped off slk window.
404 __slk_color(SCREEN *screen, short pair)
409 return wcolor_set(screen->slk_window, pair, NULL);