Function: pixel-point-at-unseen-line

pixel-point-at-unseen-line is a byte-compiled function defined in pixel-scroll.el.gz.

Signature

(pixel-point-at-unseen-line)

Documentation

Return the character position of line above the selected window.

The returned value is the position of the first character on the unseen line just above the scope of current window.

Source Code

;; Defined in /usr/src/emacs/lisp/pixel-scroll.el.gz
(defun pixel-point-at-unseen-line ()
  "Return the character position of line above the selected window.
The returned value is the position of the first character on the
unseen line just above the scope of current window."
  (car (pixel-point-and-height-at-unseen-line)))