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

1
cmd.c
View File

@ -49,6 +49,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_find_window_entry,
&cmd_has_session_entry,
&cmd_if_shell_entry,
&cmd_join_pane_entry,
&cmd_kill_pane_entry,
&cmd_kill_server_entry,
&cmd_kill_session_entry,