Function: landmark-max-height

landmark-max-height is a byte-compiled function defined in landmark.el.gz.

Signature

(landmark-max-height)

Documentation

Largest possible board height for the current window.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-max-height ()
  "Largest possible board height for the current window."
  (1+ (/ (- (window-height)
	    landmark-y-offset landmark-y-offset 2)
	 ;; 2 instead of 1 because WINDOW-HEIGHT includes the mode line !
	 landmark-square-height)))