Date: Sun, 4 Jan 2009 22:24:47 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons/teken teken_subr.h Message-ID: <200901050012.n050CKpu087895@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-04 22:24:47 UTC FreeBSD src repository Modified files: sys/dev/syscons/teken teken_subr.h Log: SVN rev 186753 on 2009-01-04 22:24:47Z by ed 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> Revision Changes Path 1.4 +12 -0 src/sys/dev/syscons/teken/teken_subr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901050012.n050CKpu087895>