Tcsh prompt color suggestion
- 
 The default prompt in 2.0.x sets the background color for the user input to black. This doesn't work well in a terminal with a background != black. To use the terminal's settings for bg/fg colors: in /root/.tcshrc change set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%} cat /etc/version%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;[b]40;37m%} "to set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%} cat /etc/version%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;[b]0;32m%} "