aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-30 11:10:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-30 11:10:33 +0000
commit48ad0431fb46871cb4a045b275c36ff524cc0fa0 (patch)
tree9c8586cd5d14e24abd83324839bb4d04bc8eaa9c /cmd.c
parent941eab33e9722b26244e7f344311f065eb28ef44 (diff)
downloadrtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.tar.gz
rtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.tar.bz2
rtmux-48ad0431fb46871cb4a045b275c36ff524cc0fa0.zip
swap-window command.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 2f7d3064..b7a54838 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.23 2007-10-30 10:59:43 nicm Exp $ */
+/* $Id: cmd.c,v 1.24 2007-10-30 11:10:33 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -44,6 +44,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_select_window_entry,
&cmd_send_prefix_entry,
&cmd_set_option_entry,
+ &cmd_swap_window_entry,
&cmd_unbind_key_entry,
&cmd_unlink_window_entry,
NULL