aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-02 23:28:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-02 23:28:16 +0000
commit8216f7b3d9cb1465898ac888407b179ad6ddb733 (patch)
treef49be92a8d7ef11b8079fb5c5d8c954b7cb2aa88 /tmux.h
parent089f090c0a25c1b1097d08feb813e5a508e54883 (diff)
downloadrtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.tar.gz
rtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.tar.bz2
rtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.zip
swap-pane command.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -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;