Re: [vshnu] help with vshnu colors, please...
Sent 20Aug06 from yojuancho to vshnu
+---------- [vshnu] help with vshnu colors, please... ----------
| I'm running vshnu but without colors.
| my console an xterms got colors. ...
| any idea why I cannot see vshnu with full colors?
Hi, I'm guessing that your TERM is set to a terminal type that doesn't
claim to support colors. What do see running at the shell?:
echo $TERM
If it's just 'xterm', you might need to set it to 'xterm-color',
'color_xterm' or something like that. Check your termcap file for
what's available to you. The entry should include "Co#8" or similar
in it for vshnu to automatically recognize that this is a terminal that
supports color.
Alternately, you can manually set $color in vshnu, say by typing
";;$color=1<Return>", then reload the vshnucfg file by typing "^Qc".
-sbk