Lines Matching refs:screen_width

56 static int	screen_width = 1, screen_height = 1;  variable
229 fill_space_right(header, screen_width, sizeof (header)); in print_sysglobal()
270 (void) mvwprintw(process_window, 0, screen_width - 8, "View: %c%c", in print_current_mode()
290 fill_space_right(header, screen_width, sizeof (header)); in print_empty_process_bar()
321 fill_space_right(header, screen_width, sizeof (header)); in print_process()
355 number_item = (screen_width / ITEM_WIDTH) - 1; in print_taskbar_process()
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) { in print_taskbar_process()
401 (void) mvwprintw(taskbar, 0, screen_width - 2, "->"); in print_taskbar_process()
428 number_item = (screen_width - 8) / ITEM_WIDTH; in print_taskbar_thread()
439 while (xpos + ITEM_WIDTH <= screen_width && i < list_len) { in print_taskbar_thread()
490 (void) mvwprintw(taskbar, 0, screen_width - 2, "->"); in print_taskbar_thread()
519 fill_space_right(header, screen_width, sizeof (header)); in print_thread()
578 (void) mvwprintw(hintbar, 0, (screen_width - strlen(hint)) / 2, in print_hint()
693 (void) mvwprintw(titlebar, 0, (screen_width - strlen(TITLE)) / 2, in print_title()
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()
756 titlebar = subwin(stdscr, 1, screen_width, 0, 0); in lt_display_init()
757 captionbar = subwin(stdscr, 1, screen_width, 1, 0); in lt_display_init()
759 screen_width, 2, 0); 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()
1033 screen_width = 1; in lt_display_deinit()