Variable: term-scroll-show-maximum-output

term-scroll-show-maximum-output is a customizable variable defined in term.el.gz.

Value

nil

Documentation

Controls how interpreter output causes window to scroll.

If non-nil, then show the maximum output when the window is scrolled.

See variable term-scroll-to-bottom-on-output. This variable is buffer-local.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-scroll-show-maximum-output nil
  "Controls how interpreter output causes window to scroll.
If non-nil, then show the maximum output when the window is scrolled.

See variable `term-scroll-to-bottom-on-output'.
This variable is buffer-local."
  :type 'boolean
  :group 'term)