Subject: Re: An old unix Issue the Delete key how do you fix it
To: NetBSD-help <netbsd-help@netbsd.org>
From: Peter Seebach <seebs@seebs.net>
List: netbsd-help
Date: 05/01/2007 23:18:14
In message <497702.73399.qm@web52702.mail.re2.yahoo.com>, mowestusa writes:
>The Delete key functions exactly like the Backspace
>key. Both erase characters to the left of the cursor.

That's normal.

>You may need to type one of the following commands to
>get your delete key to work properly, depending on
>your keyboard:
>                # stty erase '^h'
>                # stty erase '^?'

The problem is, what everyone ELSE is trying to do is get "the single
key I have, whatever it is, delete-left".

Many editors simply don't HAVE a key for "delete-right".

-s