Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: TERM problems

by Anonymous Monk
on Sep 23, 2004 at 14:55 UTC ( [id://393214]=note: print w/replies, xml ) Need Help??


in reply to TERM problems

Heya Hotshot. I just had this problem due to adding colors to my PS1 prompt. I changed it to the following:
if [ $TERM != "dumb" ];then export PS1=... fi
I've also read tput can be called by the "clear" command, so check those dotfiles for clear! Hope this helps. :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://393214]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found