Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c61 #define PT_COLOR_DEFAULT 1 macro
269 (void) init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in pt_display_init_curses()
613 (void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()
614 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()