Date: Tue, 20 Jan 2009 11:34:28 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/syscons/teken sequences teken.c teken.h teken_demo.c teken_scs.h teken_subr.h Message-ID: <200901201134.n0KBYhrg058817@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-01-20 11:34:28 UTC FreeBSD src repository Modified files: sys/dev/syscons/teken sequences teken.c teken.h teken_demo.c teken_subr.h Added files: sys/dev/syscons/teken teken_scs.h Log: SVN rev 187469 on 2009-01-20 11:34:28Z by ed Properly implement the VT100 SCS sequences in xterm-mode. Even though VT100-like devices can display non-ASCII characters, they do not use an 8-bit character set. Special escape sequences allow the VT100 to switch character maps. The special graphics character set stores the box drawing characters, starting at 0x60, ending at 0x7e. This means we now pass the character map tests in vttest, even the save/restore cursor test, combined with character maps. dialog(1) also works a lot better now. This commit also includes some other minor fixes: - Default to 24 lines in teken_demo when using xterm emulation. - Make white foreground and background work in teken_demo. Revision Changes Path 1.3 +10 -10 src/sys/dev/syscons/teken/sequences 1.6 +21 -7 src/sys/dev/syscons/teken/teken.c 1.4 +13 -3 src/sys/dev/syscons/teken/teken.h 1.6 +6 -2 src/sys/dev/syscons/teken/teken_demo.c 1.1 +98 -0 src/sys/dev/syscons/teken/teken_scs.h (new) 1.7 +53 -9 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?200901201134.n0KBYhrg058817>