From 8216f7b3d9cb1465898ac888407b179ad6ddb733 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Apr 2009 23:28:16 +0000 Subject: swap-pane command. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b6f3d087..70cf2c34 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.297 2009-04-02 21:08:14 nicm Exp $ */ +/* $Id: tmux.h,v 1.298 2009-04-02 23:28:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1230,6 +1230,7 @@ extern const struct cmd_entry cmd_source_file_entry; extern const struct cmd_entry cmd_split_window_entry; extern const struct cmd_entry cmd_start_server_entry; extern const struct cmd_entry cmd_suspend_client_entry; +extern const struct cmd_entry cmd_swap_pane_entry; extern const struct cmd_entry cmd_swap_window_entry; extern const struct cmd_entry cmd_switch_client_entry; extern const struct cmd_entry cmd_unbind_key_entry; -- cgit