Home
last modified time | relevance | path

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

/titanic_44/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); in lt_display_init()
746 if (screen_width < LT_WINDOW_X || screen_height < LT_WINDOW_Y) { in lt_display_init()
758 sysglobal_window = subwin(stdscr, screen_height / 2 - 1, in lt_display_init()
760 process_window = subwin(stdscr, screen_height / 2 - 3, in lt_display_init()
761 screen_width, screen_height / 2 + 1, 0); in lt_display_init()
762 taskbar = subwin(stdscr, 1, screen_width, screen_height - 2, 0); in lt_display_init()
763 hintbar = subwin(stdscr, 1, screen_width, screen_height - 1, 0); in lt_display_init()
1034 screen_height = 1; in lt_display_deinit()