Variable: erc--scrolltobottom-post-ignore-commands

erc--scrolltobottom-post-ignore-commands is a variable defined in erc-goodies.el.gz.

Value

(text-scale-adjust)

Documentation

Commands to skip instead of force-scroll on post-command-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
;; FIXME treat `end-of-buffer' specially and always recenter -1.
;; FIXME make this work when `erc-scrolltobottom-all' is set to
;; `relaxed'.
(defvar erc--scrolltobottom-post-ignore-commands '(text-scale-adjust)
  "Commands to skip instead of force-scroll on `post-command-hook'.")