Function: eshell/clear-scrollback

eshell/clear-scrollback is a byte-compiled function defined in esh-mode.el.gz.

Signature

(eshell/clear-scrollback)

Documentation

Clear the scrollback content of the Eshell window.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-mode.el.gz
(defun eshell/clear-scrollback ()
  "Clear the scrollback content of the Eshell window."
  (eshell/clear t))