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
(defun eshell-interactive-print (string)
"Print STRING to the eshell display buffer."
(when string
(eshell-interactive-output-filter nil string)))