Variable: xterm--cursor-type-to-int
xterm--cursor-type-to-int is a variable defined in xterm.el.gz.
Value
(nil 0 box 1 hollow 1 bar 5 hbar 3)
Documentation
Mapping of cursor type symbols to control sequence integers.
Cursor type symbols are the same as for cursor-type.
Source Code
;; Defined in /usr/src/emacs/lisp/term/xterm.el.gz
(defconst xterm--cursor-type-to-int
'(nil 0
box 1
hollow 1
bar 5
hbar 3)
"Mapping of cursor type symbols to control sequence integers.
Cursor type symbols are the same as for `cursor-type'.")