diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-30 11:10:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-30 11:10:33 +0000 |
commit | 48ad0431fb46871cb4a045b275c36ff524cc0fa0 (patch) | |
tree | 9c8586cd5d14e24abd83324839bb4d04bc8eaa9c /tmux.h | |
parent | 941eab33e9722b26244e7f344311f065eb28ef44 (diff) | |
download | rtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.tar.gz rtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.tar.bz2 rtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.zip |
swap-window 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.74 2007-10-26 17:15:50 nicm Exp $ */ +/* $Id: tmux.h,v 1.75 2007-10-30 11:10:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -556,6 +556,7 @@ extern const struct cmd_entry cmd_rename_window_entry; extern const struct cmd_entry cmd_select_window_entry; extern const struct cmd_entry cmd_send_prefix_entry; extern const struct cmd_entry cmd_set_option_entry; +extern const struct cmd_entry cmd_swap_window_entry; extern const struct cmd_entry cmd_unbind_key_entry; extern const struct cmd_entry cmd_unlink_window_entry; void cmd_select_window_default(void **, int); |