Add move-pane command (like join-pane but allows the same window). Also

-b flag to join-pane and move-pane to place the pane to the left or
above. From George Nachman.
This commit is contained in:
Nicholas Marriott
2012-03-03 08:31:18 +00:00
parent 4d9ccd3229
commit 07ac16807f
6 changed files with 80 additions and 18 deletions

1
cmd.c
View File

@ -68,6 +68,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_lock_client_entry,
&cmd_lock_server_entry,
&cmd_lock_session_entry,
&cmd_move_pane_entry,
&cmd_move_window_entry,
&cmd_new_session_entry,
&cmd_new_window_entry,