Variable: eshell-status-in-mode-line

eshell-status-in-mode-line is a customizable variable defined in esh-mode.el.gz.

Value

t

Documentation

If non-nil, let the user know a command is running in the mode line.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-status-in-mode-line t
  "If non-nil, let the user know a command is running in the mode line."
  :type 'boolean)