There is a work around for this in tmux git. The problem is that
Terminal.app incorrectly interprets \e[>4m as \e[4m.
You should be able to work around it in 1.8 by changing
terminal-overrides to not set XT for xterm. Try something like:
set -ag terminal-overrides ",*:XT@"
On Sat, May 11, 201
Hi Nicholas,
Thank you for the tip. Does this also explain the freeze in Prompt?
https://www.panic.com/blog/2011/04/introducing-prompt-ssh-for-ios/
Mischa
On May 11, 2013, at 13:54 , Nicholas Marriott
wrote:
> There is a work around for this in tmux git. The problem is that
> Terminal.app inc