From dd9f3cd09cb76e90e0609ecaca1d8e6e20ff9b5b Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 8 Feb 2001 02:55:43 +0000 Subject: [PATCH] vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This makes the PGUP and PGDN keys work again as expected. --- src/etc/etc.i386/ttys | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/etc/etc.i386/ttys b/src/etc/etc.i386/ttys index af3f767e..cb437192 100644 --- a/src/etc/etc.i386/ttys +++ b/src/etc/etc.i386/ttys @@ -1,17 +1,17 @@ # -# $OpenBSD: ttys,v 1.14 2001/01/30 00:00:34 aaron Exp $ +# $OpenBSD: ttys,v 1.15 2001/02/08 02:55:43 aaron Exp $ # # name getty type status comments # -console "/usr/libexec/getty Pc" vt100 off secure -ttyC0 "/usr/libexec/getty Pc" vt100 on secure -ttyC1 "/usr/libexec/getty Pc" vt100 on secure -ttyC2 "/usr/libexec/getty Pc" vt100 on secure -ttyC3 "/usr/libexec/getty Pc" vt100 on secure -ttyC4 "/usr/libexec/getty Pc" vt100 off secure -ttyC5 "/usr/libexec/getty Pc" vt100 on secure -ttyC6 "/usr/libexec/getty Pc" vt100 off secure -ttyC7 "/usr/libexec/getty Pc" vt100 off secure +console "/usr/libexec/getty Pc" vt220 off secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure +ttyC1 "/usr/libexec/getty Pc" vt220 on secure +ttyC2 "/usr/libexec/getty Pc" vt220 on secure +ttyC3 "/usr/libexec/getty Pc" vt220 on secure +ttyC4 "/usr/libexec/getty Pc" vt220 off secure +ttyC5 "/usr/libexec/getty Pc" vt220 on secure +ttyC6 "/usr/libexec/getty Pc" vt220 off secure +ttyC7 "/usr/libexec/getty Pc" vt220 off secure tty00 "/usr/libexec/getty std.9600" unknown off tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off