Searched refs:WINDOW_MIN_SIZE (Results 1 – 3 of 3) sorted by relevance
37 #define WINDOW_MIN_SIZE (WINDOW_MIN_HEIGHT + 1) macro
116 if (height < (WINDOW_MIN_SIZE + the_echo_area->height)) in window_new_screen_size()130 while ((height - echo_area_required) / numwins <= WINDOW_MIN_SIZE) in window_new_screen_size()271 if ((active_window->height / 2) < WINDOW_MIN_SIZE) in window_make_window()433 next_avail = next->height - WINDOW_MIN_SIZE; in window_change_window_height()436 prev_avail = prev->height - WINDOW_MIN_SIZE; in window_change_window_height()
1025 && calling_window->height / 2 >= WINDOW_MIN_SIZE)