aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-04-27 13:21:16 +0000
committerTiago Cunha <tcunha@gmx.com>2009-04-27 13:21:16 +0000
commit058772e4e6277b4a07586c68ca5af06a90fdd340 (patch)
tree150e9a90af0782072367ae23ccb710e02f0b909d /cmd.c
parent7d6896ae792a26afb9204a3dc0d52c6c1a72cd59 (diff)
downloadrtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.tar.gz
rtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.tar.bz2
rtmux-058772e4e6277b4a07586c68ca5af06a90fdd340.zip
- confirm-before command.
- Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
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 bde828e7..b8f3f2ec 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.89 2009-04-03 17:21:46 nicm Exp $ */
+/* $Id: cmd.c,v 1.90 2009-04-27 13:21:15 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -33,6 +33,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_choose_window_entry,
&cmd_clock_mode_entry,
&cmd_command_prompt_entry,
+ &cmd_confirm_before_entry,
&cmd_copy_buffer_entry,
&cmd_copy_mode_entry,
&cmd_delete_buffer_entry,