unlink-window command. Also fix some u_int -> int problems.

This commit is contained in:
Nicholas Marriott
2007-10-26 16:57:32 +00:00
parent 51482b57ae
commit 4a325c8f93
11 changed files with 183 additions and 22 deletions

3
cmd.c
View File

@ -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
};