From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Getting started in Plan9 - help From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020122182852.0CEC719981@mail.cse.psu.edu> Date: Tue, 22 Jan 2002 13:28:49 -0500 Topicbox-Message-UUID: 412a9842-eaca-11e9-9e20-41e7f4b1d025 > On Unix systems since around 7th Edition, one can bind any input > character to the INTR function, and the DEL character was the > default (somewhat confused by Berkeleyites who tried to change > to DEC OS conventions: ^C -> INTR, DEL -> char-erase, etc.). > ^? is just a way of representing the ASCII DEL character using > printable notation; the actual character is still DEL (0x7F). What _really_ annoys me is when I hit the BACKSPACE key on the keyboard, while running some terminal emulator, and it sends DELETE. This has a tendency to make me feel homicidal. Actually, xterm is doing it to me right now. xev receives the keystroke correctly as "keycode 64 (keysym 0xff08, BackSpace)", then xterm says, duh, I think you want delete. Grrrr! Of course, xterm is configurable through some resource, but the default should be that backspace is backspace.