diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-07-08 06:37:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-07-08 06:37:57 +0000 |
commit | 2de9b1e005be97c6f1acdd6e24803e01badff52c (patch) | |
tree | 50089173bc2ec9010ee0027672c7290c0d26890f /tmux.1 | |
parent | b4b3d9c936b9e22eb835dd1d8b65e689fc66fb6c (diff) | |
download | rtmux-2de9b1e005be97c6f1acdd6e24803e01badff52c.tar.gz rtmux-2de9b1e005be97c6f1acdd6e24803e01badff52c.tar.bz2 rtmux-2de9b1e005be97c6f1acdd6e24803e01badff52c.zip |
Make confirm-before prompt customizable with -p option like
command-prompt. Also move responsibility for calling status_replace into
status_prompt_{set,update} and add #W and #P to the default kill-window
and kill-pane prompts. By Tiago Cunha.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2690,12 +2690,23 @@ to .Ql %9 .Pc . .It Xo Ic confirm-before +.Op Fl p Ar prompt .Op Fl t Ar target-client .Ar command .Xc .D1 (alias: Ic confirm ) Ask for confirmation before executing .Ar command . +If +.Fl p +is given, +.Ar prompt +is the prompt to display; otherwise a prompt is constructed from +.Ar command . +It may contain the special character sequences supported by the +.Ic status-left +option. +.Pp This command works only from inside .Nm . .It Xo Ic display-message |