Nov 05, '03 10:54:00AM • Contributed by: EatingPie
Fortunately, this behaviour can actually be defeated quite easily! Simply edit your Terminal -> Preferences and change "Declare Terminal Type ($TERM) as:" to "vt100" and close the window. Only new Terminal windows will pick this up.
Both Apple's supplied /bin/ls and emacs syntax colorized highlighting work great with vt100 and color. And no annoying (well to me anyway) clear-screens at the end of a command! One caveat is that if you use GNU's ls, you MAY have to change the .dircolorsrc in your home directory. Most vt100 terminals do not support color, so you need to tell GNU ls that yours does. Simply add the following line:
TERM vt100And you're set!
[robg adds: Thank you! That was so annoying I had taken to opening two windows, one with man and the other with what I was actually working on. I figured it was probably a simple fix, I just didn't think it would be THAT simple!]
