Subject: Re: Xterms
To: Olaf Seibert <rhialto@mbfys.kun.nl>
From: Brian de Alwis <bdealwis@Newbridge.COM>
List: current-users
Date: 03/23/1995 08:43:33
> I run a similar system and had the same problem. It turns out that
> xterms apparently turn off the "echoe" and "echoke" stty settings.
> I had to add "stty echoe echoke" to my .bash_login, and then make
> sure that all my xterms start as login shells.

Put something like the following in your .bashrc:

    if [ -n "$PS1" ]; then
	# This is an interactive session.
	stty echoe echoke
    fi

-- 
Brian de Alwis - CS student at U of Waterloo, Co-op at Newbridge Networks Corp
-- bdealwis@Newbridge.COM, bsdealwis@UWaterloo.CA, bdealwis@sunsite.unc.edu --
============== "If our brains were simple enough for us to ===================
========== understand them, we'd be so simple that we couldn't." =============