Function: eshell-end-of-output
eshell-end-of-output is a byte-compiled function defined in
esh-mode.el.gz.
Signature
(eshell-end-of-output)
Documentation
Return the location of the end of the previous output block.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell-end-of-output ()
"Return the location of the end of the previous output block."
(if (eshell-using-module 'eshell-prompt)
eshell-last-output-start
eshell-last-output-end))