diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 13:21:16 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 13:21:16 +0000 |
commit | 058772e4e6277b4a07586c68ca5af06a90fdd340 (patch) | |
tree | 150e9a90af0782072367ae23ccb710e02f0b909d /tmux.h | |
parent | 7d6896ae792a26afb9204a3dc0d52c6c1a72cd59 (diff) | |
download | rtmux-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 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.300 2009-04-23 21:09:17 nicm Exp $ */ +/* $Id: tmux.h,v 1.301 2009-04-27 13:21:16 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1181,6 +1181,7 @@ extern const struct cmd_entry cmd_choose_session_entry; extern const struct cmd_entry cmd_choose_window_entry; extern const struct cmd_entry cmd_clock_mode_entry; extern const struct cmd_entry cmd_command_prompt_entry; +extern const struct cmd_entry cmd_confirm_before_entry; extern const struct cmd_entry cmd_copy_buffer_entry; extern const struct cmd_entry cmd_copy_mode_entry; extern const struct cmd_entry cmd_delete_buffer_entry; |