Commit a change that I missed in the previous commit.

I ran `svn commit' in sys/teken/, instead of sys/.
This commit is contained in:
Ed Schouten 2009-09-12 14:46:22 +00:00
parent eba77f5c40
commit 87da28e914

View File

@ -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;