Date: Sat, 17 Jan 2009 16:37:13 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf NOTES options src/sys/dev/syscons/teken teken.c teken.h teken_demo.c teken_subr.h Message-ID: <200901171638.n0HGcioS089284@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2009-01-17 16:37:13 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES options
sys/dev/syscons/teken teken.c teken.h teken_demo.c
teken_subr.h
Log:
SVN rev 187367 on 2009-01-17 16:37:13Z by ed
Allow experimental libteken features to be tested without changing code.
The teken library already supports UTF-8 handling and xterm emulation,
but we have reasons to disable this right now. Because we should make it
easy and interesting for people to experiment with these features, allow
them to be set in kernel configuration files.
Before this commit we had a flag called `TEKEN_CONS25' to enable
cons25-style emulation. I'm calling it the opposite now, `TEKEN_XTERM',
because we want to enable it in kernel configuration files explicitly.
Requested by: kib
Revision Changes Path
1.1522 +4 -0 src/sys/conf/NOTES
1.657 +4 -0 src/sys/conf/options
1.5 +8 -8 src/sys/dev/syscons/teken/teken.c
1.3 +8 -10 src/sys/dev/syscons/teken/teken.h
1.5 +4 -4 src/sys/dev/syscons/teken/teken_demo.c
1.6 +35 -35 src/sys/dev/syscons/teken/teken_subr.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901171638.n0HGcioS089284>
