Dan Horne wrote:
> Thanks Randall
>
> upon further investigation (and putting .vimrc in my home directory on not
> gvimrc doh) I've discovered that color-coding is working if I use the
> command window. However, if I use rxvt, I lose color and instead get text
> emphasis in bolds and underlines. Obviously, I'm missing something but not
> sure what.
What does `echo $TERM' say? "xterm" doesn't support color -- but "rxvt"
does. Try:
export TERM=rxvt
when you're using rxvt. Use TERM=cygwin when you use the
bash-in-a-command.com window.
--Chuck
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/