Re: [PATCH] select-panes: add wrap-panes window-option

2014-08-25 Thread Patrick Börjesson
wrapping behaviours is a bikeshed too far. > > > > Original message > From: Thomas Adam > Date: 24/08/2014 10:15 (GMT+00:00) > To: Patrick Börjesson > Cc: tmux-users@lists.sourceforge.net > Subject: Re: [PATCH] select-panes: add wrap-panes window-option

Re: [PATCH] select-panes: add wrap-panes window-option

2014-08-24 Thread Nicholas Marriott
t: Re: [PATCH] select-panes: add wrap-panes window-option On Tue, Aug 12, 2014 at 06:52:09PM +0200, Patrick Börjesson wrote: > Hi everybody! > > I just started using tmux and encountered a peculiarity which I couldn't live > with. > When switching between panes with select-p

Re: [PATCH] select-panes: add wrap-panes window-option

2014-08-24 Thread Thomas Adam
On Tue, Aug 12, 2014 at 06:52:09PM +0200, Patrick Börjesson wrote: > Hi everybody! > > I just started using tmux and encountered a peculiarity which I couldn't live > with. > When switching between panes with select-pane, the switching "wraps around" > when > it encounters the window edge. E.g. i

[PATCH] select-panes: add wrap-panes window-option

2014-08-24 Thread Patrick Börjesson
The flag decides if select-pane should "wrap around" when it encounters the window edge. Signed-off-by: Patrick Börjesson Reviewed-and-Tested-by: Anders Roxell --- cmd-select-pane.c | 22 +- options-table.c | 5 + window.c | 8 3 files changed, 22 i

[PATCH] select-panes: add wrap-panes window-option

2014-08-24 Thread Patrick Börjesson
Hi everybody! I just started using tmux and encountered a peculiarity which I couldn't live with. When switching between panes with select-pane, the switching "wraps around" when it encounters the window edge. E.g. if the right-most pane is selected and I try to switch to the right of the selected