Searched defs:screen_height (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c56 static int screen_width = 1, screen_height = 1; variable
744 getmaxyx(stdscr, screen_height, screen_width);
746 if (screen_width < LT_WINDOW_X || screen_height < LT_WINDOW_Y) {
758 sysglobal_window = subwin(stdscr, screen_height / 2 - 1,
760 process_window = subwin(stdscr, screen_height / 2 - 3,
761 screen_width, screen_height / 2 + 1, 0);
762 taskbar = subwin(stdscr, 1, screen_width, screen_height - 2, 0);
763 hintbar = subwin(stdscr, 1, screen_width, screen_height - 1, 0);
1034 screen_height = 1;

Completed in 45 milliseconds