Browse Source

vt100 -> vt220. wscons supports at least a subset of vt220 functionality. This

makes the PGUP and PGDN keys work again as expected.
OPENBSD_2_9
aaron 23 years ago
parent
commit
dd9f3cd09c
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      src/etc/etc.i386/ttys

+ 10
- 10
src/etc/etc.i386/ttys View File

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


Loading…
Cancel
Save