Variable: eshell-last-sync-output-start

eshell-last-sync-output-start is a variable defined in esh-proc.el.gz.

Value

nil

Documentation

A marker that tracks the beginning of output of the last subprocess.

Used only on systems which do not support async subprocesses.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defvar eshell-last-sync-output-start nil
  "A marker that tracks the beginning of output of the last subprocess.
Used only on systems which do not support async subprocesses.")