Subject: Re: Delete and Backspace don't always work
To: None <netbsd-help@netbsd.org>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 01/18/2003 18:04:49
On Sat, Jan 18, 2003 at 11:19:17AM -0500, Sam Carleton wrote:
> Folks,
> 
> I am using SecureCRT to access my NetBSD machine.  Normally
> backspace and delete works fine, until I use command line programs
> like nslookup, rcs, etc.  With those programs my only options is a
> Ctrl-u.
> 
> How do I fix this so that delete and backspace ALWAYS work?

One fix is to use "stty erase" to set the erase character.

e.g. stty erase ^H

-- 
Chris