Subject: Re: color xterm?
To: None <perry@piermont.com>
From: Dave Sainty <dave@dtsp.co.nz>
List: current-users
Date: 10/24/1998 00:41:58
"Perry E. Metzger" writes:

> Anyone know whether or not the xterm in our X tree supports color or
> not? I can't seem to get it to do color with ncurses 4.2....

Definately colour.  Try:

echo "^[[31mtest"

"test" will then be echoed in red (and depending on your shell setup,
anything following also.

There are termcap entries for colour, which I can't see in the
standard termcap for xterm, oh but here they are under "xterm-color".
Try:

export TERM=xterm-color

... and see if that improves things...

Cheers,

Dave