If would be great if SuperPutty inherits the window title from the putty window. Dynamic changes of the putty window title are currently not taken into account.
We are using the following method to update the window title. PROMPT_COMMAND="\033]0;TEXT\007" echo $PROMPT_COMMAND
In regular putty, our environment correctly sets the title of the window to the prompt. In SuperPutty 1.0.3, we get the machine name we've connected to (which is great, except when you have to ssh off that machine to somewhere else).
Could we either make SuperPutty honour the "\033]0;TEXT\007\003" type of escape code, or else have a tab menu item called "rename tab"? (Both would be great, but either would be plenty!)
Thanks very much - and thanks for SuperPutty, which has saved oodles of clutter from my desktop :-)