Re: [PATCH] Improve mouse scroll during copy mode.

2014-01-22 Thread Nicholas Marriott
Applied, thanks. On Mon, Jan 20, 2014 at 02:25:38AM +0100, Benoit Pierre wrote: > 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

[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