Subject: Re: stty bug?
To: Peter Teichmann <teich-p@Rcs1.urz.tu-dresden.de>
From: Mike Pumford <mpumford@mpc-data.co.uk>
List: port-arm32
Date: 03/05/1997 13:06:29
On Wed, 5 Mar 1997, Peter Teichmann wrote:

> Ok, now it works! Thank you very much.
> But the problem with stty erase ^H still is the same if I do not login as
> root. Do yaou also have this problem?
Try using 'stty erase ^H echoe'
                         ^^^^^ This ensures that the terminal actually
does an erase on the screen rather than just displaying ^H. I believe the 
program tset(not sure if this is right) in the root login script may do 
this for root logins so copying that line from the root login script into
yours should also work.

HTH

Mike