Home
last modified time | relevance | path

Searched refs:PAIR_OTHERS (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ncurses/ncurses-6.3/test/
H A Dgdc.c50 #define PAIR_OTHERS 2 macro
117 (void) attrset(AttrArg(COLOR_PAIR(PAIR_OTHERS), 0)); in drawbox()
131 attron(COLOR_PAIR(PAIR_OTHERS)); in standt()
288 init_pair(PAIR_OTHERS, COLOR_RED, bg); in main()
290 (void) attrset(AttrArg(COLOR_PAIR(PAIR_OTHERS), 0)); in main()