Function: erc--scrolltobottom-on-win-conf-change

erc--scrolltobottom-on-win-conf-change is a byte-compiled function defined in erc-goodies.el.gz.

Signature

(erc--scrolltobottom-on-win-conf-change)

Documentation

Scroll window to bottom when at prompt and using the minibuffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
;; It may be desirable to also restore the relative line position of
;; window point after changing dimensions.  Perhaps stashing the
;; previous ratio of window line to body height and later recentering
;; proportionally would achieve this.
(defun erc--scrolltobottom-on-win-conf-change ()
  "Scroll window to bottom when at prompt and using the minibuffer."
  (setq erc--scrolltobottom-window-info nil)
  (erc--scrolltobottom-confirm))