From 07ac16807f85d7bd5e7c7570f2b11250c65b6228 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 3 Mar 2012 08:31:18 +0000 Subject: 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. --- cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd.c') diff --git a/cmd.c b/cmd.c index fbcde912..1bc17e22 100644 --- a/cmd.c +++ b/cmd.c @@ -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, -- cgit