Variable: erc-prompt-hidden

erc-prompt-hidden is a customizable variable defined in erc.el.gz.

Value

">"

Documentation

Text to show in lieu of the prompt when hidden.

This variable was added, or its default value changed, in ERC version
5.5.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-prompt-hidden ">"
  "Text to show in lieu of the prompt when hidden."
  :package-version '(ERC . "5.5")
  :group 'erc-display
  :type 'string)