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