Searched refs:window_min_height (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c136 EMACS_INT window_min_height; variable
2524 /* Make sure that window_min_height and window_min_width are
2533 if (window_min_height < MIN_SAFE_WINDOW_HEIGHT)
2534 window_min_height = MIN_SAFE_WINDOW_HEIGHT;
2746 size = window_min_height;
3014 min_size = window_min_height;
3720 if (split_height_threshold < window_min_height << 1)
3721 split_height_threshold = window_min_height << 1;
3762 && window_height (window) >= window_min_height << 1)
4012 if (size_int < window_min_height)
[all...]

Completed in 173 milliseconds