Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c86 SW_TITLE, enumerator
190 sw[SW_TITLE] = subwin(stdscr, SINGLE_LINE_SW, win_cols, pos_y, 0); in pt_display_setup()
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()
292 (void) werase(sw[SW_TITLE]); in pt_display_title_bar()
298 print(sw[SW_TITLE], 0, 0, title_pad, TITLE); in pt_display_title_bar()
300 (void) wnoutrefresh(sw[SW_TITLE]); in pt_display_title_bar()