aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-01-08 16:31:35 +0000
committerTiago Cunha <tcunha@gmx.com>2010-01-08 16:31:35 +0000
commitda194cc4359d16f27815be18b3be6cc6efabe5fd (patch)
tree6913c0d34cd61314a0d39eff14386f17e80facf1 /cmd.c
parentf5dd79a01a439d3c37e7a9ca60f4c2be26d30415 (diff)
downloadrtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.tar.gz
rtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.tar.bz2
rtmux-da194cc4359d16f27815be18b3be6cc6efabe5fd.zip
Sync OpenBSD patchset 604:
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 70ec95cd..087bd260 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.135 2009-12-10 16:52:58 tcunha Exp $ */
+/* $Id: cmd.c,v 1.136 2010-01-08 16:31:35 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -48,6 +48,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,