On Fri, 28 Jan 2005 17:17:57 -0600, Mikkel wrote: > Miark wrote: > Does Powershell set TERM to any value? If it sets it to a > terminal type that isn't defined, there is hope... > > If TERM isn't defined, you may be able to add something to > .bashrc - something like (untested) > > if [ ! $TERM ] ; then export TERM=xterm ; fi
An "echo $TERM" replied "dumb" so I thought it did define one, but I tried your trick in .bashrc and voila! It works!! Thanks a bunch! Thanks to Paul, too, for the different ideas. Miark
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
