Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/powertop/common/
H A Ddisplay.c62 #define PT_COLOR_HEADER_BAR 2 macro
270 (void) init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in pt_display_init_curses()
290 (void) wattrset(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR)); in pt_display_title_bar()
291 (void) wbkgd(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR)); in pt_display_title_bar()