summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-11-13 11:28:54 +0000
committered <ed@FreeBSD.org>2009-11-13 11:28:54 +0000
commita53dc193764a8928da88e20397e66f2899792aca (patch)
treeb86fe80f8a708abb928d56e967531b8056ab7e4e /sys/conf
parent4e6819803d8a0f9bc9f4706e17f512d154faaecc (diff)
downloadFreeBSD-src-a53dc193764a8928da88e20397e66f2899792aca.zip
FreeBSD-src-a53dc193764a8928da88e20397e66f2899792aca.tar.gz
Convert syscons on i386 to TERM=xterm.
TEKEN_XTERM is now gone. Because we always use xterm mode now, we only need a TEKEN_CONS25 switch to go back to cons25.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/options1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d2059a4..91091b0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1412,7 +1412,6 @@ options SC_NO_SUSPEND_VTYSWITCH
# Enable experimental features of the syscons terminal emulator (teken).
options TEKEN_CONS25 # cons25-style terminal emulation
options TEKEN_UTF8 # UTF-8 output handling
-#options TEKEN_XTERM # xterm-style terminal emulation
#
# Optional devices:
diff --git a/sys/conf/options b/sys/conf/options
index 9c1dc7d..756d75d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -734,7 +734,6 @@ SC_TWOBUTTON_MOUSE opt_syscons.h
# teken terminal emulator options
TEKEN_CONS25 opt_teken.h
TEKEN_UTF8 opt_teken.h
-TEKEN_XTERM opt_teken.h
# options for printf
PRINTF_BUFR_SIZE opt_printf.h
OpenPOWER on IntegriCloud