There is no real way to fix this. tmux has sequences it passes through to the
terminal outside unaltered. These are useful but it is possible to mess up the
outside terminal using them too. The answer is to take care not to cat binary
data to any terminal including tmux. Or accept that if you do
Actually, not always.
Once upon a time I corrupted tmux session by /dev/urandom in that way,
that even status-bar and tabbar was broken. And reset has no effect on
them. The only way to 100% fix is a restart session :/
26.09.2013 19:56, Paulo Ferreira пишет:
>
> On 23/09/2013, at 23:26, Jack O'C
> I've had this problem before. Sometimes 'reset' doesn't fix it because
> the binary data includes the magic tmux escape code to set the window
> name. I have to go in and explicitly change the window name back, and
> then it works fine.
Splitting the window, breaking off the f0obared pane and kil