Subject: Re: Any browers for pmax boxes?
To: NetBSD Bob <nbsdbob@weedcon1.cropsci.ncsu.edu>
From: Ted Lemon <mellon@nominum.com>
List: port-pmax
Date: 06/22/2000 11:10:21
> Also, anyone offhand know why backspacing is lost in xterm?
> It works fine in ftp on xterm, but is lost in the plain xterm.
> I assume something minor needs twiddling?

Probably you have your erase character configured to be ^? when the
keyboard is sending ^H, or vice versa.   Ftp uses readline, which
automatically accepts either as an erase character.

I usually fix this by using xmodmap to get the keyboard to send ^?
when you hit the backspace key, and then doing ``stty erase ^?''.

			       _MelloN_