From owner-freebsd-hackers Tue Mar 25 02:54:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA05219 for hackers-outgoing; Tue, 25 Mar 1997 02:54:58 -0800 (PST) Received: from ravenock.cybercity.dk (ravenock.cybercity.dk [194.16.57.32]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA05210 for ; Tue, 25 Mar 1997 02:54:46 -0800 (PST) Received: (from sos@localhost) by ravenock.cybercity.dk (8.8.5/8.7.3) id LAA10004; Tue, 25 Mar 1997 11:54:53 +0100 (MET) From: Søren Schmidt Message-Id: <199703251054.LAA10004@ravenock.cybercity.dk> Subject: Re: Backspace = ^H In-Reply-To: <199703251021.KAA28724@shift.lan.awfulhak.org> from Brian Somers at "Mar 25, 97 10:21:57 am" To: brian@awfulhak.demon.co.uk, brian@utell.co.uk Date: Tue, 25 Mar 1997 11:54:38 +0100 (MET) Cc: freebsd-hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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?? > > 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 ?? Now, BSD then has a funny old behavior of having the std erase one char set to 0x7f, but thats only for hysterical reasons... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end ..