aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 14:21:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-12 14:21:41 +0000
commite4a6cdefda66dbc7b4cab944975e5d9053e3f862 (patch)
tree5e906739ca641f071b1ebbef6be0f2410f267c62 /cmd.c
parent6409f2b406a8d9378461f614a203346ecdc6b532 (diff)
downloadrtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.tar.gz
rtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.tar.bz2
rtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.zip
kill-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 d0f6ab61..1396d04c 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.25 2007-11-09 11:02:01 nicm Exp $ */
+/* $Id: cmd.c,v 1.26 2007-11-12 14:21:40 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -28,6 +28,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_bind_key_entry,
&cmd_detach_session_entry,
&cmd_has_session_entry,
+ &cmd_kill_session_entry,
&cmd_kill_window_entry,
&cmd_last_window_entry,
&cmd_link_window_entry,