Function: treemacs--current-screen-line
treemacs--current-screen-line is a byte-compiled function defined in
treemacs-rendering.el.
Signature
(treemacs--current-screen-line)
Documentation
Get the current screen line in the selected window.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-rendering.el
(define-inline treemacs--current-screen-line ()
"Get the current screen line in the selected window."
(declare (side-effect-free t))
(inline-quote
(max 1 (count-screen-lines (window-start) (line-end-position)))))