From da194cc4359d16f27815be18b3be6cc6efabe5fd Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 8 Jan 2010 16:31:35 +0000 Subject: 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). --- cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd.c') 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 @@ -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, -- cgit