Variable: window-safe-min-height

window-safe-min-height is a variable defined in window.el.gz.

Value

1

Documentation

The absolute minimum number of lines of any window.

Anything less might crash Emacs.

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
;; This must go to C, finally (or get removed).
(defconst window-safe-min-height 1
  "The absolute minimum number of lines of any window.
Anything less might crash Emacs.")