From owner-cvs-all Tue Aug 18 20:39:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09621 for cvs-all-outgoing; Tue, 18 Aug 1998 20:39:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09590; Tue, 18 Aug 1998 20:39:44 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA24299; Tue, 18 Aug 1998 20:39:40 -0700 (PDT) Date: Tue, 18 Aug 1998 20:39:40 -0700 (PDT) Message-Id: <199808190339.UAA24299@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_out.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/18 20:39:40 PDT Modified files: sys/i386/isa/pcvt pcvt_out.c Log: Correct handling of ASCII DEL (0x7F). I don't have access to a real VT220 to verify this against. However, I'm committing the patch in `good faith' because (a) getting hold of a real VT220 is going to be increasingly difficult the longer the PR sits around, (b) some one was troubled enough to in a PR and (c) the fix is minor and has no other implications. PR: 7559 Submitted by: Christian Weisgerber Revision Changes Path 1.16 +6 -4 src/sys/i386/isa/pcvt/pcvt_out.c