herrwolfe45·vor 13 Jahren·discussYeah - you basically just need to get xterm (or whichever terminal em you are using) to run as 256 colors:My solution is to place this in my .bashrc# begin code if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color fi # end codeOf course the terminal should be 256 color terminal. Hope this helps.