Variable: vcursor-string
vcursor-string is a customizable variable defined in vcursor.el.gz.
Value
"**>"
Documentation
String used to show the vcursor position on dumb terminals.
This variable was added, or its default value changed, in Emacs 20.3.
Source Code
;; Defined in /usr/src/emacs/lisp/vcursor.el.gz
(defcustom vcursor-string "**>"
"String used to show the vcursor position on dumb terminals."
:type 'string
:version "20.3")