Searched refs:wakeup_window (Results 1 – 1 of 1) sorted by relevance
40 static WINDOW *wakeup_window; variable64 if (wakeup_window) { in zap_windows()65 delwin(wakeup_window); in zap_windows()66 wakeup_window = NULL; in zap_windows()100 wakeup_window = subwin(stdscr, 1, maxx, 9, 0); in setup_windows()254 werase(wakeup_window); in show_wakeups()256 wbkgd(wakeup_window, COLOR_PAIR(PT_COLOR_RED)); in show_wakeups()258 wbkgd(wakeup_window, COLOR_PAIR(PT_COLOR_YELLOW)); in show_wakeups()260 wbkgd(wakeup_window, COLOR_PAIR(PT_COLOR_GREEN)); in show_wakeups()267 wbkgd(wakeup_window, COLOR_PAIR(PT_COLOR_BLUE)); in show_wakeups()[all …]