diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-19 11:10:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-19 11:10:35 +0000 |
commit | 1b9647669a1190044f2296008a25e3aa0016934b (patch) | |
tree | 443785969d52830e11194ff982da3ebb36da2f15 /cmd.c | |
parent | de24fbb35ce763c5e905c726733a561f5fa34724 (diff) | |
download | rtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.gz rtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.bz2 rtmux-1b9647669a1190044f2296008a25e3aa0016934b.zip |
Kill window command. Nuke some backspace stuff.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.17 2007-10-19 09:21:26 nicm Exp $ */ +/* $Id: cmd.c,v 1.18 2007-10-19 11:10:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -27,6 +27,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_attach_session_entry, &cmd_bind_key_entry, &cmd_detach_session_entry, + &cmd_kill_window_entry, &cmd_last_window_entry, &cmd_list_keys_entry, &cmd_list_sessions_entry, |