Re: [PATCH 4/6] Add pos item to denote position in choose data

2012-08-10 Thread Nicholas Marriott
I like it. Applied with one change to make the indexes line up. Thanks! On Sun, Jul 15, 2012 at 12:31:08PM +0100, Thomas Adam wrote: > So that entries as listed in choose-* mode commands can be selected with a > numeric prefix, ensure we know which prefix that is, by maintaining the > index of th

Re: [PATCH 4/6] Add pos item to denote position in choose data

2012-07-21 Thread Thomas Adam
On Sun, Jul 15, 2012 at 12:31:08PM +0100, Thomas Adam wrote: > So that entries as listed in choose-* mode commands can be selected with a > numeric prefix, ensure we know which prefix that is, by maintaining the > index of that item in the array. > --- > trunk/tmux.h |5 +++-- > trunk

[PATCH 4/6] Add pos item to denote position in choose data

2012-07-15 Thread Thomas Adam
So that entries as listed in choose-* mode commands can be selected with a numeric prefix, ensure we know which prefix that is, by maintaining the index of that item in the array. --- trunk/tmux.h |5 +++-- trunk/window-choose.c |1 + 2 files changed, 4 insertions(+), 2 deletions(