diff options
author | nicm <nicm> | 2021-08-11 08:40:58 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-11 08:40:58 +0000 |
commit | 338ec859a463eaa4c0502116ef2857c566c9e468 (patch) | |
tree | 2f52ba1a2bd25fe9f588ebb0e67f12b4f09c8199 /tmux.1 | |
parent | f6755c6f2c6fd10a90984fadad4c9ac4a8a92027 (diff) | |
download | rtmux-338ec859a463eaa4c0502116ef2857c566c9e468.tar.gz rtmux-338ec859a463eaa4c0502116ef2857c566c9e468.tar.bz2 rtmux-338ec859a463eaa4c0502116ef2857c566c9e468.zip |
Make confirm-before optionally block the invoking client like run-shell,
GitHub issue 2819.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5507,6 +5507,7 @@ option: .It Li "Transpose characters" Ta "" Ta "C-t" .El .It Xo Ic confirm-before +.Op Fl b .Op Fl p Ar prompt .Op Fl t Ar target-client .Ar command @@ -5523,9 +5524,9 @@ is the prompt to display; otherwise a prompt is constructed from It may contain the special character sequences supported by the .Ic status-left option. -.Pp -This command works only from inside -.Nm . +With +.Fl b , +the prompt is shown in the background and the client. .It Xo Ic display-menu .Op Fl O .Op Fl c Ar target-client |