summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-01-17 16:37:13 +0000
committered <ed@FreeBSD.org>2009-01-17 16:37:13 +0000
commit7b600fafdef3ffa79eb3537bbb9296653a1cc94f (patch)
tree6a314587fc48cc3b8c2c9c27753bfa1fec506187 /sys/conf/NOTES
parentdea83348494de12395a3332e12f74e329a43f33e (diff)
downloadFreeBSD-src-7b600fafdef3ffa79eb3537bbb9296653a1cc94f.zip
FreeBSD-src-7b600fafdef3ffa79eb3537bbb9296653a1cc94f.tar.gz
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
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4619687..b28c055 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1370,6 +1370,10 @@ options SC_NO_SUSPEND_VTYSWITCH
# 0x80 Put the video card in the VESA 800x600 dots, 16 color mode
# 0x100 Probe for a keyboard device periodically if one is not present
+# Enable experimental features of the syscons terminal emulator (teken).
+options TEKEN_UTF8 # UTF-8 output handling
+options TEKEN_XTERM # xterm-style terminal emulation
+
#
# Optional devices:
#
OpenPOWER on IntegriCloud