- confirm-before command.

- Bound "&" and "x" by default to confirm-before "kill-window" and
  confirm-before "kill-pane", respectively.
This commit is contained in:
Tiago Cunha
2009-04-27 13:21:16 +00:00
parent 7d6896ae79
commit 058772e4e6
9 changed files with 244 additions and 13 deletions

3
cmd.c
View File

@ -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,