freebsd-nq/sys/dev/syscons/teken
Ed Schouten 1259994283 Fix rendering glitch in cons25 emulation.
Because we now have cons25-style linewrapping, we must also use cons25-
style reverse linewrapping. This means that a ^H on column 0 will move
the cursor one line up.

Also fix a small regression: if the user invokes a RIS (Reset to Initial
State), we must show the cursor again.

Spotted by:	Paul B. Mahol <onemda gmail com>
2009-01-04 22:24:47 +00:00
..
gensequences
Makefile
sequences
teken_demo.c Print control characters, even though they are normally not visible. 2009-01-04 00:20:18 +00:00
teken_stress.c
teken_subr_compat.h
teken_subr.h Fix rendering glitch in cons25 emulation. 2009-01-04 22:24:47 +00:00
teken_wcwidth.h
teken.c Print control characters, even though they are normally not visible. 2009-01-04 00:20:18 +00:00
teken.h Resolve some regressions related to tabs and linewrap handling. 2009-01-03 22:51:54 +00:00