summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-07-08 16:04:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-07-08 16:04:38 +0000
commitf20c6fe0099a15002c6c2a7693ca9061aa6367ba (patch)
treed4a2ac2f3ca647fb94e7ecef31910bac97591b4e /Makefile
parent191a92c0c63d5a18d7afe19851ae7aadf3081552 (diff)
Add choose-tree command to show windows and sessions in the same
list. Change choose-window and -session to use the same code. From Thomas Adam.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5e7b94c1..efad64a0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ SRCS= arguments.c \
cmd-capture-pane.c \
cmd-choose-buffer.c \
cmd-choose-client.c \
- cmd-choose-session.c \
- cmd-choose-window.c \
+ cmd-choose-tree.c \
cmd-clear-history.c \
cmd-clock-mode.c \
cmd-command-prompt.c \