[16856] in Athena Bugs
Re: sun4 8.2.19: scrollbars on xterms
daemon@ATHENA.MIT.EDU (Dan Winship)
Mon May 24 22:00:58 1999
Date: Tue, 25 May 1999 02:00:53 GMT
Message-Id: <199905250200.CAA48773@antharia.mit.edu>
From: Dan Winship <danw@MIT.EDU>
To: Arthur E Housinger <mouse@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: <199905242206.SAA27583@m56-129-19>
If you're complaining about the fact that typing in an xterm when
you've scrolled back makes it scroll to the bottom, you can add:
XTerm*scrollKey: false
to your .Xresources. If you also want it to not scroll when the
foreground program prints something, you can also add:
XTerm*scrollTtyOutput: false
-- Dan