diff options
| author | martin <martin@NetBSD.org> | 2012-06-13 20:49:11 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2012-06-13 20:49:11 +0000 |
| commit | a284cabf0e1d9b67f4b02f299d3a216464fa73f4 (patch) | |
| tree | bd64f20f95327595ad90fe3621bed8aac4ce273f /etc/etc.hpcarm | |
| parent | f5b31739cd56e04348a888e6d8b70d525b2188c8 (diff) | |
Per discussion on tech-userlevel, finally fix PR 10127:
move all ttyE* entries that use "vt100" emulation to wsvt25 term type.
The terminfo vt220 entry lacked (correctly) a delete key entry, which
was a regression against the netbsd-5 termcap entry. On the other hand,
only a very small number of foreign systems lacks support for wsvt25
nowadays.
Diffstat (limited to 'etc/etc.hpcarm')
| -rw-r--r-- | etc/etc.hpcarm/ttys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.hpcarm/ttys b/etc/etc.hpcarm/ttys index 8361989081f..7f673f74943 100644 --- a/etc/etc.hpcarm/ttys +++ b/etc/etc.hpcarm/ttys @@ -1,5 +1,5 @@ # -# $NetBSD: ttys,v 1.5 2008/10/07 10:00:01 abs Exp $ +# $NetBSD: ttys,v 1.6 2012/06/13 20:49:13 martin Exp $ # # name getty type status comments @@ -8,4 +8,4 @@ console "/usr/libexec/getty std.9600" vt100 off secure constty "/usr/libexec/getty std.9600" vt100 off secure # Workstation console (framebuffer) ttys -ttyE0 "/usr/libexec/getty std.9600" vt100 on secure +ttyE0 "/usr/libexec/getty std.9600" wsvt25 on secure |
