Searched refs:maxy (Results 1 – 1 of 1) sorted by relevance
/tools/thermal/tmon/ |
D | tui.c | 61 static int maxx, maxy; variable 132 getmaxyx(stdscr, maxy, maxx); in setup_windows() 133 resizeterm(maxy, maxx); in setup_windows() 159 status_bar_window = subwin(stdscr, 1, maxx, maxy-1, 0); in setup_windows() 198 getmaxyx(stdscr, maxy, maxx); /* get the new screen size */ in resize_handler() 203 sig, maxy, maxx); in resize_handler()
|