Variable: comint--prompt-rear-nonsticky

comint--prompt-rear-nonsticky is a variable defined in comint.el.gz.

Value

(field inhibit-line-move-field-capture read-only font-lock-face)

Documentation

Text properties we set on the prompt and don't want to leak past it.

Source Code

;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defconst comint--prompt-rear-nonsticky
  '(field inhibit-line-move-field-capture read-only font-lock-face)
  "Text properties we set on the prompt and don't want to leak past it.")