Variable: eshell-send-direct-to-subprocesses
eshell-send-direct-to-subprocesses is a customizable variable defined
in esh-mode.el.gz.
Value
nil
Documentation
If t, send any input immediately to a subprocess.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defcustom eshell-send-direct-to-subprocesses nil
"If t, send any input immediately to a subprocess."
:type 'boolean)