summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-01-07 20:52:18 +0000
commit6a45fab608a7430757db38c3bf3ab67a042b7abb (patch)
treefe089bdfa8df3cb1768cc5445e229543405c44f5 /cmd.c
parent519c6fc7e760dcd608d24dfeb9dc947c6331685b (diff)
New command, join-pane, to split and move an existing pane into the space (like
splitw then movep, or the reverse of breakp).
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index 5ad87c23..72fec848 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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,