summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-06-21 21:44:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-06-21 21:44:09 +0000
commitef7293379f00b85cb96dd0dff128bb503e87612b (patch)
tree10ecce1d0eddb56d6c0beb008ddc87c87d703927 /Makefile
parent386849edc1d7d322d6a48d334f83298ff7cb5501 (diff)
Add a choose-buffer command for easier use of the paste buffer stack.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73ca0c4d..fa4e6af6 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
cmd-break-pane.c cmd-choose-session.c cmd-choose-window.c \
cmd-clear-history.c cmd-clock-mode.c cmd-command-prompt.c \
cmd-confirm-before.c cmd-copy-buffer.c cmd-copy-mode.c \
- cmd-delete-buffer.c cmd-detach-client.c \
+ cmd-choose-buffer.c cmd-delete-buffer.c cmd-detach-client.c \
cmd-find-window.c cmd-generic.c cmd-has-session.c cmd-kill-pane.c \
cmd-kill-server.c cmd-kill-session.c cmd-kill-window.c \
cmd-last-window.c cmd-link-window.c cmd-list-buffers.c \