diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:28:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-02 23:28:16 +0000 |
commit | 8216f7b3d9cb1465898ac888407b179ad6ddb733 (patch) | |
tree | f49be92a8d7ef11b8079fb5c5d8c954b7cb2aa88 /tmux.h | |
parent | 089f090c0a25c1b1097d08feb813e5a508e54883 (diff) | |
download | rtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.tar.gz rtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.tar.bz2 rtmux-8216f7b3d9cb1465898ac888407b179ad6ddb733.zip |
swap-pane command.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |