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

2014-08-24 Thread Patrick Börjesson
hould apply to current 'master' branch. Comments and critique very welcome. Pleace CC me though, as I'm not subscribed to the list. Greetings, Patrick Börjesson Patrick Börjesson (1): select-panes: add wrap-panes window-option cmd-select-pane.c | 22 +- options

[PATCH v2] 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 c

[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 c

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