Function: treemacs--lines-in-window--inliner

treemacs--lines-in-window--inliner is a function defined in treemacs-rendering.el.

Signature

(treemacs--lines-in-window--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-rendering.el
;; Closure converted to defun by helpful.
(defun treemacs--lines-in-window--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list '/
	  (list '-
		(list 'window-pixel-height)
		(list 'window-mode-line-height))
	  (list 'max 'treemacs--icon-size
		(list 'frame-char-height)))))