Variable: erc--scrolltobottom-window-info
erc--scrolltobottom-window-info is a buffer-local variable defined in
erc-goodies.el.gz.
Documentation
Alist with windows as keys and lists of window-related info as values.
Values are lists containing the last window start position and
the last "window line" of point. The "window line", which
may be nil, is the number of lines between window-start and
window-point, inclusive.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defvar-local erc--scrolltobottom-window-info nil
"Alist with windows as keys and lists of window-related info as values.
Values are lists containing the last window start position and
the last \"window line\" of point. The \"window line\", which
may be nil, is the number of lines between `window-start' and
`window-point', inclusive.")