Function: treemacs--current-screen-line--inliner

treemacs--current-screen-line--inliner is a function defined in treemacs-rendering.el.

Signature

(treemacs--current-screen-line--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-rendering.el
;; Closure converted to defun by helpful.
(defun treemacs--current-screen-line--inliner
    (inline--form)
  (ignore inline--form)
  (catch 'inline--just-use
    (list 'max 1
	  (list 'count-screen-lines
		(list 'window-start)
		(list 'line-end-position)))))