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
;; Could not find source code, showing raw function object.
#[(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)))))
  (t)]