freebsd-skq/sys/dev/syscons/teken
ed 7b600fafde 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
2009-01-17 16:37:13 +00:00
..
gensequences
Makefile
sequences
teken_demo.c Allow experimental libteken features to be tested without changing code. 2009-01-17 16:37:13 +00:00
teken_stress.c
teken_subr_compat.h
teken_subr.h Allow experimental libteken features to be tested without changing code. 2009-01-17 16:37:13 +00:00
teken_wcwidth.h
teken.c Allow experimental libteken features to be tested without changing code. 2009-01-17 16:37:13 +00:00
teken.h Allow experimental libteken features to be tested without changing code. 2009-01-17 16:37:13 +00:00