Function: eshell-interactive-print
eshell-interactive-print is a byte-compiled function defined in
esh-mode.el.gz.
Signature
(eshell-interactive-print STRING)
Documentation
Print STRING to the eshell display buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defsubst eshell-interactive-print (string)
"Print STRING to the eshell display buffer."
(eshell-output-filter nil string))