summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-06-05 11:19:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-06-05 11:19:03 +0000
commit65177b82be7eca053ce12eb05e7d0049124ff659 (patch)
tree892d49e45cc25360d3c75a82abd6f220a1d20f2f /Makefile
parent2b60c648c4e0202ca2743fe958e0eabfc0479f55 (diff)
Add a respawn-pane command, from Marcel Partap.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bc766e1..4aea4841 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ SRCS= arguments.c attributes.c cfg.c client.c clock.c \
cmd-lock-server.c \
cmd-move-window.c cmd-new-session.c cmd-new-window.c \
cmd-paste-buffer.c \
- cmd-refresh-client.c \
+ cmd-refresh-client.c cmd-respawn-pane.c \
cmd-rename-session.c cmd-rename-window.c cmd-resize-pane.c \
cmd-respawn-window.c cmd-rotate-window.c cmd-save-buffer.c \
cmd-select-layout.c cmd-select-pane.c cmd-select-window.c \