Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c38 static WINDOW *title_bar_window; variable
56 if (title_bar_window) { in zap_windows()
57 delwin(title_bar_window); in zap_windows()
58 title_bar_window = NULL; in zap_windows()
98 title_bar_window = subwin(stdscr, 1, maxx, 0, 0); in setup_windows()
142 wattrset(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()
143 wbkgd(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()
144 werase(title_bar_window); in show_title_bar()
146 print(title_bar_window, 0, 0, " PowerTOP version 1.11 (C) 2007 Intel Corporation"); in show_title_bar()
148 wrefresh(title_bar_window); in show_title_bar()