Lines Matching refs:screen_width
56 static int screen_width = 1, screen_height = 1;
229 fill_space_right(header, screen_width, sizeof (header));
270 (void) mvwprintw(process_window, 0, screen_width - 8, "View: %c%c",
290 fill_space_right(header, screen_width, sizeof (header));
321 fill_space_right(header, screen_width, sizeof (header));
355 number_item = (screen_width / ITEM_WIDTH) - 1;
366 while (xpos + ITEM_WIDTH <= screen_width && i < pidlist_len) {
401 (void) mvwprintw(taskbar, 0, screen_width - 2, "->");
428 number_item = (screen_width - 8) / ITEM_WIDTH;
439 while (xpos + ITEM_WIDTH <= screen_width && i < list_len) {
490 (void) mvwprintw(taskbar, 0, screen_width - 2, "->");
519 fill_space_right(header, screen_width, sizeof (header));
578 (void) mvwprintw(hintbar, 0, (screen_width - strlen(hint)) / 2,
693 (void) mvwprintw(titlebar, 0, (screen_width - strlen(TITLE)) / 2,
744 getmaxyx(stdscr, screen_height, screen_width);
746 if (screen_width < LT_WINDOW_X || screen_height < LT_WINDOW_Y) {
756 titlebar = subwin(stdscr, 1, screen_width, 0, 0);
757 captionbar = subwin(stdscr, 1, screen_width, 1, 0);
759 screen_width, 2, 0);
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);
1033 screen_width = 1;