New command, join-pane, to split and move an existing pane into the space (like

splitw then movep, or the reverse of breakp).
This commit is contained in:
Nicholas Marriott
2010-01-07 20:52:18 +00:00
parent 519c6fc7e7
commit 6a45fab608
7 changed files with 306 additions and 19 deletions

View File

@ -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 \