Re: xterm scroll bars
Re: xterm scroll bars
- Subject: Re: xterm scroll bars
- From: Eugene Lee <email@hidden>
- Date: Wed, 15 Jan 2003 13:49:50 -0600
- Mail-followup-to: email@hidden
On Wed, Jan 15, 2003 at 09:40:42AM -0800, Scott Olson wrote:
:
: How do I get scroll bars on my xterm?
:
: I've put an .x11defaults file (.x11defaults is read by xrdb right after
: starting) in my home dir. In that defaults file I've written
: XTerm*scrollBars: true; but no go on the bars.
That should be "scrollBar", not "scrollBars". Try this:
XTerm*VT100*scrollBar: true
: I've got an .xinitrc
: file, a .tcshrc file, and a .login file in my home dir also. What is
: the correct statement(s), and into which file (.xinitrc, .x11defaults,
: .tcshrc) should the statement(s) be placed?
X resources should be put into the file read by xrdb. In your case,
that should be ~/.x11defaults (although in normal X11 setups, most folks
use ~/.Xdefaults or ~/.Xresources, even though it doesn't matter).
--
Eugene Lee
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.