summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
commit6a45fab608a7430757db38c3bf3ab67a042b7abb (patch)
treefe089bdfa8df3cb1768cc5445e229543405c44f5 /Makefile
parent519c6fc7e760dcd608d24dfeb9dc947c6331685b (diff)
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1dda3d2..a3c3af6a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
cmd-last-window.c cmd-link-window.c cmd-list-buffers.c \
cmd-list-clients.c cmd-list-commands.c cmd-list-keys.c \
cmd-list-sessions.c cmd-list-windows.c cmd-list-panes.c \
- cmd-list.c cmd-load-buffer.c \
+ cmd-list.c cmd-load-buffer.c cmd-join-pane.c \
cmd-lock-server.c cmd-lock-client.c cmd-lock-session.c \
cmd-move-window.c cmd-new-session.c cmd-new-window.c \
cmd-next-layout.c cmd-next-window.c cmd-paste-buffer.c \