![]() |
Home | What's New | Products | Download | Purchase | Support | About Us | Contact | Forums |
#1
|
|||
|
|||
Titlebar not updated via ESC sequence from host
When setting the title bar text of a tabbed session (beta 4) from the host via escape sequences, only the tab's text is updated, not the window's title bar text. The title bar text is only updated when switching to another tab and then back.
Cheers, Siggy |
#2
|
||||
|
||||
Hi Siggy,
Thanks for reporting this. I have entered it in our development database so that we can look into it. We'll let you know what we find out. Maureen |
#3
|
|||
|
|||
Siggy,
We're having difficulty reproducing this problem. Can you send us the escape sequence that you're receiving to change the tab name and title bar text? Is the tab that receives the escape sequence the active tab? Thanks for your help. Chris |
#4
|
|||
|
|||
Chris,
I'm doing the following from a Perl script on the Unix host that is run as a consequence of a manually entered command into a tabbed session (so it is the active tab): $esc = "\x1b"; $bel = "\x7"; $txt = "SomeText"; print $esc, "];", $txt, $bel; This updates the text on the tab, but not the title bar text. The title bar text is only set to the new tab text once I switch back to that tab. Regards, Siggy |
Thread Tools | |
Display Modes | |
|
|