Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How to change an xterm title on the fly

by stefan k (Curate)
on Oct 22, 2001 at 18:39 UTC ( [id://120539]=note: print w/replies, xml ) Need Help??


in reply to How to change an xterm title on the fly

Of course one could push it further and make the xterm title display the current path. Actually this is no perl code but I really don't see the need for perl here.
# The Prompt unset PROMPT_COMMAND case $TERM in xterm*) TITLEBAR='\[\033]0;\h:\w\007\]' ;; *) TITLEBAR='' ;; esac PS1="${TITLEBAR}\u@\[\033[1;34m\]\h\[\033[0m\]:\W> " export PS1 PS2
(to put into your ~/.bashrc - yeah, we're really OT here ;-)

Regards... Stefan
you begin bashing the string with a +42 regexp of confusion

Replies are listed 'Best First'.
Re: Re: How to change an xterm title on the fly
by suaveant (Parson) on Oct 22, 2001 at 18:45 UTC
    Well... my real purpose was to show the basics of how to change it for perl (since this is PerlMonks :) I leave it up to the user to decide what they want to do with it. I was using it to put the current song from my mp3 jukebox script in the title...

                    - Ant
                    - Some of my best work - (1 2 3)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found