Variable: eshell-buffer-maximum-lines

eshell-buffer-maximum-lines is a customizable variable defined in esh-mode.el.gz.

Value

1024

Documentation

The maximum size in lines for eshell buffers.

Eshell buffers are truncated from the top to be no greater than this number, if the function eshell-truncate-buffer is on eshell-output-filter-functions.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-buffer-maximum-lines 1024
  "The maximum size in lines for eshell buffers.
Eshell buffers are truncated from the top to be no greater than this
number, if the function `eshell-truncate-buffer' is on
`eshell-output-filter-functions'."
  :type 'natnum)