[19777] in Athena Bugs
Re: linux 9.0.15: zwrite
daemon@ATHENA.MIT.EDU (Jered Floyd)
Mon Sep 10 23:56:56 2001
To: Greg Hudson <ghudson@mit.edu>
Cc: bugs@mit.edu
From: Jered Floyd <jered@MIT.EDU>
Date: 10 Sep 2001 23:56:53 -0400
In-Reply-To: <200109101526.LAA25626@egyptian-gods.MIT.EDU>
Message-ID: <s563d5uwfay.fsf@alice-whacker.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Yes, this ended up being my bad, in extending XTerm*translations. The
relevant bit was in XTerm.athena:
! For Athena, we added the BackSpace defns, to match the Athena default
! tty settings.
*VT100*translations: #override \
~Meta <Key>BackSpace: string(\177) \n\
Meta <Key>BackSpace: string(\033\177) \n\
--Jered