Re: window naming with panes

2013-04-20 Thread Alexander Wenzowski
Nailed it. Thanks Nicholas, I needed the kick in the right direction. This was the robbyrussell/oh-my-zsh#908 issue. Solved. On Sat, Apr 20, 2013 at 4:34 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Your shell must be doin

Re: window naming with panes

2013-04-20 Thread Nicholas Marriott
Your shell must be doing it, you can make tmux prevent it by setting the allow-rename option to off. Or dig through the shell startup files to find out where and remove it. On Sat, Apr 20, 2013 at 02:26:12PM -0400, Alexander Wenzowski wrote: >Novice tmux user here having what I hope is a sill

Re: Integration of patches for Solaris

2013-04-20 Thread John Long
On Fri, Apr 19, 2013 at 04:14:16PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > I rewrote the patch to use contrib/ substitutions for cfmakeraw and use lockf: > https://sourceforge.net/p/tmux/tmux-code/merge-requests/3/ Thank you. Is there some way to download all the changes so I can ap

window naming with panes

2013-04-20 Thread Alexander Wenzowski
Novice tmux user here having what I hope is a silly misconfiguration problem. I have an old '08 MacBook Pro with extra monitors attached by way of a graphics expansion module. Tmux panes have significantly helped my productivity:

[PATCH] Don't send focus events to dead panes

2013-04-20 Thread Romain Francoise
When `remain-on-exit' is set and the terminal supports focus reporting, tmux 1.8 sometimes crashes because it uses the bufferevent of a dead pane in server_client_check_focus(). There's already a check in server_client_check_resize(), so just move it to the caller loop to handle both cases at the