Function: eshell-command-started

eshell-command-started is a byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell-command-started)

Documentation

Indicate in the mode line that a command has started.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-command-started ()
  "Indicate in the mode line that a command has started."
  (setq eshell-command-running-string "**")
  (force-mode-line-update))