[PATCH] Workaround to avoid unzoom when clicking into a zoomed pane, for dragging and copying

2015-04-26 Thread Jose Antonio Delgado Alfonso
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

Re: [PATCH] Workaround to avoid unzoom when clicking into a zoomed pane, for dragging and copying

2015-04-26 Thread Nicholas Marriott
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

Re: [PATCH] Workaround to avoid unzoom when clicking into a zoomed pane, for dragging and copying

2015-04-26 Thread Jose Antonio Delgado Alfonso
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