Variable: eshell-scroll-show-maximum-output
eshell-scroll-show-maximum-output is a customizable variable defined
in esh-mode.el.gz.
Value
t
Documentation
Controls how interpreter output causes window to scroll.
If non-nil, then show the maximum output when the window is scrolled.
See variable eshell-scroll-to-bottom-on-output and function
eshell-postoutput-scroll-to-bottom.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-scroll-show-maximum-output t
"Controls how interpreter output causes window to scroll.
If non-nil, then show the maximum output when the window is scrolled.
See variable `eshell-scroll-to-bottom-on-output' and function
`eshell-postoutput-scroll-to-bottom'."
:type 'boolean)