Subject: Re: xfree86 3.2 color xterm?
To: Michael Graff <explorer@flame.org>
From: Matthieu Herrb <matthieu@laas.fr>
List: port-i386
Date: 12/29/1996 22:48:36
You wrote (in your message from  29)
 > 
 > In the app-defaults/XTerm-color there are all the color xterm defaults.
 > 

If you load your resources with xrdb, add

#ifdef COLOR
*customization: -color
#endif

to the file you give to xrdb (usually .Xresources) to have the
XTerm-color resources file taken into account automatically on color
displays as well as all other -color resources.

If you don't use xrdb and only have color displays, you can also
simply add '*customization: -color' to your .Xdefaults.


					Matthieu