freebsd-dev/sys/teken
Bruce Evans 15e0c6511a Fix syscons escape sequence for setting the local cursor type. This sequence
was aliased to a vt sequence, causing and fixing various bugs.

For syscons, this restores support for arg 2 which sets blinking block
too forcefully, and restores bugs for arg 0 and 1.  Arg 2 is used for
vs in the cons25 entry in termcap, but I've never noticed an application
that uses this.  The bugs involve replacing local settings by global
ones and need better handling of defaults to fix.

For vt, this requires moving the aliasing code from teken to vt where
it belongs.  This sequences is very important for cons25 compatibility
in vt since it is used by the cons25 termcap entries for ve, vi and
vs.  vt can't properly support vs for either cons25 or xterm since it
doesn't support blinking.  For xterm, the termcap entry for vs asks
for something different using 12;25h instead of 25h.

Rename C25CURS for this to C25LCT and change its description to be closer
to echoing the old comment about it.  CURS is too generic.

Fix missing syscons escape sequence for setting the global cursor shape
(and type).  Only support this in syscons since vt can't emulate anything
in it.
2017-08-18 15:40:40 +00:00
..
demo
libteken
stress
gensequences
sequences Fix syscons escape sequence for setting the local cursor type. This sequence 2017-08-18 15:40:40 +00:00
teken_scs.h
teken_subr_compat.h Fix syscons escape sequence for setting the local cursor type. This sequence 2017-08-18 15:40:40 +00:00
teken_subr.h
teken_wcwidth.h
teken.c Oops, my fix for bright colors broke bright black some more (in cases 2017-03-27 10:48:28 +00:00
teken.h Fix syscons escape sequence for setting the local cursor type. This sequence 2017-08-18 15:40:40 +00:00