Re: FreeBSD 9.1 w/ tmux 1.8 drawing problem attach/detach

2013-05-13 Thread Adrian Luff
I have seen this as well with the same client and tmux version. I'm using a local tmux server. -Adrian On May 10, 2013, at 5:59 AM, Mischa Peters wrote: > Hi All, > > Since the upgrade from tmux 1.7 to tmux 1.8 I have terminal issues when > attaching or detaching from tmux. > As soon as I at

Re: FreeBSD 9.1 w/ tmux 1.8 drawing problem

2013-05-11 Thread Mischa Peters
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

Re: FreeBSD 9.1 w/ tmux 1.8 drawing problem

2013-05-11 Thread Nicholas Marriott
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