From owner-freebsd-hackers Tue Mar 25 04:12:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08591 for hackers-outgoing; Tue, 25 Mar 1997 04:12:09 -0800 (PST) Received: from ui-gate.utell.co.uk (ui-gate.utell.co.uk [194.200.4.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08584 for ; Tue, 25 Mar 1997 04:12:03 -0800 (PST) Received: from shift.lan.awfulhak.org (shift.utell.net [97.3.0.21]) by ui-gate.utell.co.uk (8.7.6/8.7.3) with ESMTP id MAA25031; Tue, 25 Mar 1997 12:12:01 GMT Received: from shift.lan.awfulhak.org (localhost [127.0.0.1]) by shift.lan.awfulhak.org (8.8.5/8.8.5) with ESMTP id MAA29866; Tue, 25 Mar 1997 12:11:25 GMT Message-Id: <199703251211.MAA29866@shift.lan.awfulhak.org> X-Mailer: exmh version 1.6.9 8/22/96 To: =?iso-8859-1?Q?S=F8ren?= Schmidt cc: brian@awfulhak.demon.co.uk, brian@utell.co.uk, freebsd-hackers@freebsd.org Subject: Re: Backspace = ^H In-reply-to: Your message of "Tue, 25 Mar 1997 11:54:38 +0100." <199703251054.LAA10004@ravenock.cybercity.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Tue, 25 Mar 1997 12:11:25 +0000 From: Brian Somers Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by freefall.freebsd.org id EAA08586 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > In reply to Brian Somers who wrote: > > *SIGH*, why does this come up again and again?? 'cos it doesn't make sense (*stir* *stir* *stir*). > > > > The DEL key would send whatever the Backspace key doesn't. > > > > (I'd prefer BS=^?, DEL=^h) > > BS = BACKSPACE = 0x08 > DEL = DELETE = 0x7f > > Why on earth should they be reversed contradicting their names ?? So that emacs' help system can work. Why would reversing them contradict their names ? BS = BACKSPACE = 0x7f DEL = DELETE = 0x08 > Now, BSD then has a funny old behavior of having the std erase one > char set to 0x7f, but thats only for hysterical reasons... And then it stty's it to 0x08 in roots .profile..... If people really insist on BS=0x08 and DEL=0x7f, then so be it, but the default erase should be changed to 0x08 too (and the stty removed from roots .profile). > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team > Even more code to hack -- will it ever end > .. ARRRRGH ! I had to install metamail to reply to this ! -- Brian Don't _EVER_ lose your sense of humour !