[PATCH 2/2] choose-{session,window} as wrappers to choose-tree

2012-06-27 Thread Thomas Adam
From: Thomas Adam Move the choose-session and choose-window commands as wrappers to choose-tree, and remove references to choose-session.c and choose-window.c from the Makefile. --- trunk/Makefile.am |2 -- trunk/cmd-choose-tree.c | 36 ++-- 2 files ch

[PATCH V3 0/2] choose-tree command

2012-06-27 Thread Thomas Adam
From: Thomas Adam Hi, The following two patches should hopefully be self-explanatory. They're written against code which is in OpenBSD's tmux but yet in the portable version, so whomever is looking at these should bear that in mind when trying to compile this against sourceforge. Given I wrote

[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