Re: if-shell not working in tmux 1.9/1.9a on Debian Jessie

2015-03-25 Thread Benoit Pierre
On Thu, Mar 26, 2015 at 7:31 AM, Robert LeBlanc wrote: > > > On Thu, Mar 26, 2015 at 12:13 AM, Benoit Pierre > wrote: >> >> On Thu, Mar 26, 2015 at 6:53 AM, Robert LeBlanc >> wrote: >> > I'm trying to make my .tmux.conf work for both 1.8 and 1.9 whi

Re: if-shell not working in tmux 1.9/1.9a on Debian Jessie

2015-03-25 Thread Benoit Pierre
On Thu, Mar 26, 2015 at 6:53 AM, Robert LeBlanc wrote: > I'm trying to make my .tmux.conf work for both 1.8 and 1.9 while > depreciating the old syntax. I can't get 1.9 (from Debian) or 1.9a (compiled > from source) to work properly. I open a new tmux session and run: > > if-shell "[[ `/usr/bin/tm

[PATCH] Improve mouse scroll during copy mode.

2014-01-19 Thread Benoit Pierre
Hi, Currently, tmux will automatically leave copy mode when scrolling to bottom with the mouse. This patch tweaks the behaviour to stay in copy mode if a selection is in progress so mouse scrolling does not prematurely end it. --- window-copy.c | 8 ++-- 1 file changed, 6 insertions(+), 2 de