Subject: Re: -key "introduction"
To: None <netbsd-users@netbsd.org>
From: Andy Ball <andy.ball@earthlink.net>
List: netbsd-users
Date: 03/30/2005 18:35:00
Hello,
JB> Traditionally, the key marked "<X]", "<-" or whatever,
> located above the return key, have sent the ASCII DEL
> character. This key have traditionally been used to
> delete the character to the left of the cursor.
wscons emulates a DEC terminal (VT100 with some VT220ish
extensions?) From what I remember of DEC terminals, those
have both Backspace (\010) and Delete (\177) keys near the
return key.
- Andy Ball