tmux and rogue window titles in the status line

2010-07-25 Thread frantisek holop
hi there, i am sure it happens to everyone once in a while that a rogue program sets the window title in tmux's status line to something unexpected, like 1:z!KB$+,*kB4EB4q*uEEQCaKKEB-ot7B(Fu`E%B D0XD* and stays there no matter what... as running subsequent programs never changes the

Re: tmux and rogue window titles in the status line

2010-07-25 Thread Nicholas Marriott
echo \\033]2\;$(hostname)\\007 On Sun, Jul 25, 2010 at 04:01:12PM +0200, frantisek holop wrote: hi there, i am sure it happens to everyone once in a while that a rogue program sets the window title in tmux's status line to something unexpected, like

Re: tmux and rogue window titles in the status line

2010-07-25 Thread frantisek holop
i think we are not entirely on the same page here. i did not meant the xterm, mrxvt, whatever terminal windows title (or rather, only indirectly), but the titles down in tmux's status line: 0: ksh 1:z!KB$+,*kB4EB4q*uEEQCaKKEB-ot7B(Fu`E%B D0XD* 2:ksh 3:ksh running this: echo

Re: tmux and rogue window titles in the status line

2010-07-25 Thread Nicholas Marriott
that is not the window title, it is the window name you need to unset the automatic-rename option for that window, which will have been set to off by the rename window escape sequence On Sun, Jul 25, 2010 at 10:11:17PM +0200, frantisek holop wrote: i think we are not entirely on the same page

Re: tmux and rogue window titles in the status line

2010-07-25 Thread frantisek holop
hmm, on Sun, Jul 25, 2010 at 10:01:18PM +0100, Nicholas Marriott said that that is not the window title, it is the window name you need to unset the automatic-rename option for that window, which will have been set to off by the rename window escape sequence ok, it is automatic-rename. but