status_bar_window 44 tools/thermal/tmon/tui.c static WINDOW *status_bar_window; status_bar_window 90 tools/thermal/tmon/tui.c close_window(status_bar_window); status_bar_window 100 tools/thermal/tmon/tui.c mvwprintw(status_bar_window, 0, x, "%s", line); status_bar_window 101 tools/thermal/tmon/tui.c wrefresh(status_bar_window); status_bar_window 150 tools/thermal/tmon/tui.c status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); status_bar_window 154 tools/thermal/tmon/tui.c wmove(status_bar_window, 1, 30); status_bar_window 393 tools/thermal/tmon/tui.c werase(status_bar_window); status_bar_window 398 tools/thermal/tmon/tui.c wattron(status_bar_window, A_REVERSE); status_bar_window 399 tools/thermal/tmon/tui.c mvwprintw(status_bar_window, 0, x, "%s", status_bar_slots[i]); status_bar_window 400 tools/thermal/tmon/tui.c wattroff(status_bar_window, A_REVERSE); status_bar_window 403 tools/thermal/tmon/tui.c wrefresh(status_bar_window);