Hello,

I stumbled upon a strange thing: when the stdout of a command ends with an 0xcc byte, tmux displays the string _{user}@{host}:{path} in its place.

It has to be the last byte of the output, but not necessarily the first.


For example the following python2 script:

import sys

sys.stdout.write('\xcc')

prints that strange string. And it happens only in tmux.


Is it an expected behavior, or a bug?


Regards,

Adam Bac


--
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to