aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 16:57:32 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-26 16:57:32 +0000
commit4a325c8f9366a1c7643d193ff2e613bbc91ce144 (patch)
treee83434607a56459a436387e06fe559a860a59768 /cmd.c
parent51482b57ae351396f2f38b507f9e248fa93c712b (diff)
downloadrtmux-4a325c8f9366a1c7643d193ff2e613bbc91ce144.tar.gz
rtmux-4a325c8f9366a1c7643d193ff2e613bbc91ce144.tar.bz2
rtmux-4a325c8f9366a1c7643d193ff2e613bbc91ce144.zip
unlink-window command. Also fix some u_int -> int problems.
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 b6902647..c71d52ee 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.21 2007-10-26 13:03:59 nicm Exp $ */
+/* $Id: cmd.c,v 1.22 2007-10-26 16:57:32 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -45,6 +45,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_send_prefix_entry,
&cmd_set_option_entry,
&cmd_unbind_key_entry,
+ &cmd_unlink_window_entry,
NULL
};