Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Dwindow.h37 #define WINDOW_MIN_SIZE (WINDOW_MIN_HEIGHT + 1) macro
H A Dwindow.c116 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()
H A Decho-area.c1025 && calling_window->height / 2 >= WINDOW_MIN_SIZE)