summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
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/options
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/options')
-rw-r--r--sys/conf/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index b7424f61..5ce34ee 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -726,6 +726,10 @@ SC_PIXEL_MODE opt_syscons.h
SC_RENDER_DEBUG opt_syscons.h
SC_TWOBUTTON_MOUSE opt_syscons.h
+# teken terminal emulator options
+TEKEN_UTF8 opt_teken.h
+TEKEN_XTERM opt_teken.h
+
# options for printf
PRINTF_BUFR_SIZE opt_printf.h
OpenPOWER on IntegriCloud