Variable: eshell-output-handle

eshell-output-handle is a customizable variable defined in esh-io.el.gz.

Value

1

Documentation

The index of the standard output handle.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
(defcustom eshell-output-handle 1
  "The index of the standard output handle."
  :type 'integer
  :group 'eshell-io)