VKontakte.DJ
forum traveling
 

Celestial Software

...better by design

Home Support SSH Client Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Request: Ability to change the window name displayed in (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Request: Ability to change the window name displayed in
#58
Request: Ability to change the window name displayed in 21 Years, 8 Months ago  
In my use of the program I usually have multiple (4-6) simultaneous connections to the same machine. It would be nice if I could change the name displayed in the title bar after the connection has been opened so it would be easier for me to identify them (usually each of these windows is running a debugging session and I have to flip through a few of them to find the one I want to look at). This doesn't need to be a persistent setting, run-time only.

[ August 13, 2002, 11:34 PM: Message edited by: Brian T. Pence ]
Dmitry (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
#59
Re: Request: Ability to change the window name displayed in 21 Years, 8 Months ago  
There's no direct support for this in the application, but you can use one of the xterm emulation features to do just this.

Try the following script:
http://www.celestialsoftware.net/telnet/nameit.gz

You'll have to dowload it to your *server*, uncompress it, and make sure it has execute permission. Once there, you can do this from the UNIX command line:

nameit 'name of the window'

to change the title bar of the window. It's not necessary to be using xterm emulation for this to work, as the script will work no matter which emulation is being used. However, your OS (RedHat for example) may try to use this same feature to name the title bar with the current username and/or path and override your selected title. There are ways to turn off this default behavior, if necessary.

Let me know if this helps...
bpence (Admin)
Admin
Posts: 1406
graph
User Offline Click here to see the profile of this user
Logged Logged  
 
Brian Pence
Celestial Software
SSH , SFTP, and Telnet in a tabbed interface for Windows XP, Vista, Mobile, and others
 
The administrator has disabled public write access.  
#60
Re: Request: Ability to change the window name displayed in 21 Years, 8 Months ago  
Brian, thanks -- that works well enough,
Dmitry (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
The administrator has disabled public write access.  
Go to top