NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: termcap issue



* Johnny Billquist (bqt%update.uu.se@localhost) wrote:
> Either change your Mac to send a BS character, or configure your NetBSD 
> system to do an erase when receiving a DEL.
> 
> (stty erase ^?)
stty erase ^? doesn't work.
The only thing that works is adding these lines to /etc/rc.conf.

% grep wsconsctl /etc/rc.conf
wsconsctl -w map+="keycode 14 = BackSpace" > /dev/null
wsconsctl -w map+="keycode 211 = Cmd_ResetEmul Delete" > /dev/null

-- 
Pongthep Kulkrisada
 
"Nothing ever exists entirely alone without relativity."


Home | Main Index | Thread Index | Old Index