summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-09-12 14:46:22 +0000
committered <ed@FreeBSD.org>2009-09-12 14:46:22 +0000
commitdaae68b525e22b46b01ca3e9e63525f20c486360 (patch)
tree20f239618b2a1077ec73e6b128d93f492c3611d7 /sys/dev/syscons
parent6047d14a18b1b4e8084fe0b353740ae91abd3fe7 (diff)
downloadFreeBSD-src-daae68b525e22b46b01ca3e9e63525f20c486360.zip
FreeBSD-src-daae68b525e22b46b01ca3e9e63525f20c486360.tar.gz
Commit a change that I missed in the previous commit.
I ran `svn commit' in sys/teken/, instead of sys/.
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/scterm-teken.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/syscons/scterm-teken.c b/sys/dev/syscons/scterm-teken.c
index 141adcf..f08a3cb 100644
--- a/sys/dev/syscons/scterm-teken.c
+++ b/sys/dev/syscons/scterm-teken.c
@@ -31,6 +31,7 @@
__FBSDID("$FreeBSD$");
#include "opt_syscons.h"
+#include "opt_teken.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -128,6 +129,9 @@ scteken_init(scr_stat *scp, void **softc, int code)
#ifndef TEKEN_UTF8
teken_set_8bit(&ts->ts_teken);
#endif /* !TEKEN_UTF8 */
+#ifndef TEKEN_XTERM
+ teken_set_cons25(&ts->ts_teken);
+#endif /* !TEKEN_XTERM */
tp.tp_row = scp->ysize;
tp.tp_col = scp->xsize;
OpenPOWER on IntegriCloud