Variable: eshell-reset-signals

eshell-reset-signals is a customizable variable defined in esh-proc.el.gz.

Value

"^\\(interrupt\\|killed\\|quit\\|stopped\\)"

Documentation

If a termination signal matches this regexp, the terminal will be reset.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defcustom eshell-reset-signals
  "^\\(interrupt\\|killed\\|quit\\|stopped\\)"
  "If a termination signal matches this regexp, the terminal will be reset."
  :type 'regexp)