NetBSD-Bugs archive

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

Re: bin/51385: NetBSD-7/amd64 tset(1) requires subsequent stty erase '^?'



The following reply was made to PR bin/51385; it has been noted by GNATS.

From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/51385: NetBSD-7/amd64 tset(1) requires subsequent stty erase '^?'
Date: Tue, 2 Aug 2016 06:22:34 +0000 (UTC)

 mm_lists%pulsar-zone.net@localhost (Matthew Mondor) writes:
 
 > For the console, the following also appears to mitigate the issue:
 > 
 > wsconsctl -w map+="keycode 14 = BackSpace"
 
 This depends. We unfortunately have different default keymaps
 for PS/2 keyboards (where backspace = DEL) and USB keyboards
 (where backspace = BS).
 
 The wscons terminals usually use TERM=wsvt25 which declares
 that the backspace key uses BS. So tset will configure erase=^H.
 
 So, either change the PS/2 default or adapt the wscons keymap as
 you describe (you can put something like this into wscons.conf).
 
 -- 
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index