Searched refs:the_screen (Results 1 – 6 of 6) sorted by relevance
33 WINDOW *the_screen = NULL; variable58 the_screen = xmalloc (sizeof (WINDOW)); in window_initialize_windows()63 zero_mem (the_screen, sizeof (WINDOW)); in window_initialize_windows()70 the_screen->goal_column = -1; in window_initialize_windows()77 the_screen->flags = W_WindowIsPerm; in window_initialize_windows()86 active_window->height = the_screen->height - 1 - the_echo_area->height; in window_initialize_windows()114 if (width == the_screen->width && height == the_screen->height) in window_new_screen_size()162 delta_height = height - the_screen->height; /* This is how much. */ in window_new_screen_size()163 the_screen->height = height; /* This is the new height. */ in window_new_screen_size()164 the_screen->width = width; /* This is the new width. */ in window_new_screen_size()[all …]
98 extern WINDOW *the_screen; /* The Info screen is just another window. */
149 if ((win->first_row < 0) || (win->first_row > the_screen->height)) in display_update_one_window()284 if (1 + line_index + win->first_row < the_screen->height) in display_update_one_window()
251 >= (unsigned int) the_screen->width)
1327 int scroll_size = (the_screen->height + 1) / 2;1353 int scroll_size = (the_screen->height + 1) / 2;
9510 window to display wouldn't appear in the_screen, don't try to