Issue: If you try to drag and copy using mouse in a zoomed panel, the
select-pane function is executed before dragging, so panels will be
unzoomed.
Workaround: Removing the server_unzoom_window call from select-pane
command fixes this issue, however, this is not the greatest solution. I
would sugge
Please try this instead:
Index: cmd-select-pane.c
===
RCS file: /cvs/src/usr.bin/tmux/cmd-select-pane.c,v
retrieving revision 1.21
diff -u -p -r1.21 cmd-select-pane.c
--- cmd-select-pane.c 19 Apr 2015 21:05:27 - 1.21
+++ cm
This works for me.
Thanks.
On 26/04/15 22:14, Nicholas Marriott wrote:
> Please try this instead:
>
> Index: cmd-select-pane.c
> ===
> RCS file: /cvs/src/usr.bin/tmux/cmd-select-pane.c,v
> retrieving revision 1.21
> diff -u -p -r1.21