Subject: Re: pcvt, X, Number 9 GXE
To: Rob Windsor <windsor@warthog.com>
From: Matthieu Herrb <matthieu@laas.fr>
List: port-i386
Date: 05/20/1998 12:39:44
You wrote (in your message from Tue 19)
> Now I have to figure out why the f*ck the console is using ^? instead of
> ^H for erase. (grumble)
Create an entry like this in /usr/share/misc/keycap.pcvt
bs|Use a real backspace:\
:K14=\008:
and add:
kcon -m bs
in rc.local.
(Disclaimer: I don't have an i386 offhand to test this right now, so
it may need a little adjustment to actually work).
Matthieu