Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


RTFM | 24 comments | Create New Account
Click here to return to the 'RTFM' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
RTFM
Authored by: Nugget on Apr 12, '04 04:17:26PM

This is an artifact of your $TERM environment variable. The default is "xterm" which doesn't indicate a color-capable device.

Try setting TERM to xterm-color and it will work fine.

export TERM=xterm-color (bash)
setenv TERM xterm-color (tcsh)



[ Reply to This | # ]