From 6a45fab608a7430757db38c3bf3ab67a042b7abb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 7 Jan 2010 20:52:18 +0000 Subject: New command, join-pane, to split and move an existing pane into the space (like splitw then movep, or the reverse of breakp). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit