diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-08 02:55:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-08 02:55:44 +0000 |
commit | f6b1282cdca84d1d4fc365745a40743eff4c8b50 (patch) | |
tree | bcc33f567355d111152875b92125b942fc4de8c1 /etc/etc.i386/ttys | |
parent | c693318dd78e5cc3dbae4ca18679b5860a526180 (diff) |
vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This
makes the PGUP and PGDN keys work again as expected.
Diffstat (limited to 'etc/etc.i386/ttys')
-rw-r--r-- | etc/etc.i386/ttys | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index af3f767ed3b..cb437192792 100644 --- a/etc/etc.i386/ttys +++ b/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 |