[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XTerm with Colors ???



Philippe Troin <phil@fifi.org> writes:

> On Tue, 25 Mar 1997 21:05:00 +0100 Christian Groeling 
> (ch.groeling@kassel.netsurf.de) wrote:
> 
> > how can I switch on the colors in a XTerm under the 
> > Debian 1.2.4 release?
> 
> Add:
> 	*customization: -color
> to the system-wide /etc/X11/Xresources, or to your .Xresources
> 
> Phil.
> 

And don't forget to make sure that these resources are merged from
your ~/.xinitrc, because it won't be done automatically! (See man pages
for xinit and xstart.) 

$ head -12 ~/.xinitrc
#! /bin/sh

# First merge global resources
if [ -f /etc/X11/Xresources ] ; then
    xrdb -merge /etc/X11/Xresources
fi

# Now local resources
if [ -f ~/.Xresources ] ; then
    xrdb -merge ~/.Xresources
fi

Graeme

-- 
| Graeme A Stewart, pgp public key  finger graeme@ariel.igeofcu.unam.mx	|
|  Key fingerprint =  AF C7 BF A4 52 D5 3C 3B  17 A5 62 43 DA 15 E8 97  |
|   "Keep a good head, and always carry a lightbulb."	Dylan		|


Reply to: