Re: [PATCH 1/2] Add the choose-tree command

2012-07-08 Thread Thomas Adam
Hi, On 8 July 2012 09:04, Nicholas Marriott wrote: > Hi > > I like this, just a few things: > > - I think choose-session and choose-window should look unchanged, no > extra flags - you can just convert format from -F. Done. > - The flags should be -w and -s and the formats -W and -S. I think

Re: [PATCH 1/2] Add the choose-tree command

2012-07-08 Thread Nicholas Marriott
Hi I like this, just a few things: - I think choose-session and choose-window should look unchanged, no extra flags - you can just convert format from -F. - The flags should be -w and -s and the formats -W and -S. I think this matches set-option more closely. - If I give -w I want windows,

Re: [PATCH 1/2] Add the choose-tree command

2012-06-30 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, Jun 27, 2012 at 14:20:13 GMT, Thomas Adam wrote: > + "[-S] [-W] [-s format] [-w format ] [-b session template] " \ Extra space after -w argument. I don't see any other issues. - --Ben -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1

[PATCH 1/2] Add the choose-tree command

2012-06-27 Thread Thomas Adam
This introduces a choose-tree command, which amalgamates the functionality of choose-session and choose-window to be displayed as a tree. --- trunk/Makefile.am |1 + trunk/cmd-choose-tree.c | 188 +++ trunk/cmd.c |1 + trunk/tm