Date: Tue, 10 Dec 2002 12:57:03 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: Adrian Penisoara <ady@freebsd.ady.ro> Cc: freebsd-questions@freebsd.org Subject: Re: Backspace and Delete keys under PuTTY Message-ID: <20021210115703.GE56031@freepuppy.bellavista.cz> In-Reply-To: <Pine.BSF.4.10.10212101147140.72508-100000@ady.warpnet.ro> References: <Pine.BSF.4.10.10212101147140.72508-100000@ady.warpnet.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
# ady@freebsd.ady.ro / 2002-12-10 11:59:53 +0200: > I'm getting pissed (me and some other professors) by the Backspace and > Delete keystrokes that are incorrectly handled by either PuTTY or > FreeBSD when connecting to a FreeBSD system from a Windows workstation > with PuTTY. No need to mention that when it comes to Linux everything > looks fine. different terminals use different values for backspace/delete. linux console uses ^? for backspace, ^[[~3 for delete, while freebsd uses ^H for backspace, and ^? for delete. putty assumes linux, so it defaults to the codes linux terminal expects. if you check the xterm definition in /etc/termcap, you'll see that it defines kb=^H and kD=^?. putty claims to be xterm (Connection -> Terminal type string), so it is the liar here. > What is the proper solution? IMO: fixing the terminal, in this case: putty. > I'd rather prefer to modify the termcaps than making adjustments in > PuTTY, as some persons get cranky when it comes about changing PuTTY > settings while Linux works well with the defaults. IIRC this setting is session-wide, so you can have ^? / ^[[~3 for linux, and ^H / ^? for freebsd. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210115703.GE56031>