diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-08 16:04:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2012-07-08 16:04:39 +0000 |
commit | 3abbd2e63f0d25cc1ca370763f9ce9cb118fe5a3 (patch) | |
tree | 0ddd9fc9d8891642e08318f2ae656a86fb19d596 /usr.bin/tmux/Makefile | |
parent | 4d53f9cdd193f54fe8ce85711f0515f729de1aa9 (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 'usr.bin/tmux/Makefile')
-rw-r--r-- | usr.bin/tmux/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tmux/Makefile b/usr.bin/tmux/Makefile index a94cfb0c1d3..66db9ddb6df 100644 --- a/usr.bin/tmux/Makefile +++ b/usr.bin/tmux/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.58 2012/07/08 15:24:08 nicm Exp $ +# $OpenBSD: Makefile,v 1.59 2012/07/08 16:04:38 nicm Exp $ PROG= tmux SRCS= arguments.c \ @@ -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 \ |