diff options
author | nicm <nicm> | 2021-08-13 06:50:42 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-13 06:50:42 +0000 |
commit | a2b85069171413aa30c812d44bf8ee4d32a2f834 (patch) | |
tree | 8239a57c3ef6901d5ff14445ece8cbea12c3bf55 /tmux.1 | |
parent | e2f6f58fe50e233dcd0d924bd30c94d1161c666d (diff) | |
download | rtmux-a2b85069171413aa30c812d44bf8ee4d32a2f834.tar.gz rtmux-a2b85069171413aa30c812d44bf8ee4d32a2f834.tar.bz2 rtmux-a2b85069171413aa30c812d44bf8ee4d32a2f834.zip |
Set return code for confirm-before and make command-prompt also block,
GitHub issue 2822.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -5414,7 +5414,7 @@ See for possible values for .Ar prompt-type . .It Xo Ic command-prompt -.Op Fl 1FikN +.Op Fl 1bFikN .Op Fl I Ar inputs .Op Fl p Ar prompts .Op Fl t Ar target-client @@ -5516,7 +5516,12 @@ option: .It Li "Move cursor to previous word" Ta "b" Ta "M-b" .It Li "Move cursor to start" Ta "0" Ta "C-a" .It Li "Transpose characters" Ta "" Ta "C-t" +.Pp .El +With +.Fl b , +the prompt is shown in the background and the invoking client does not exit +until it is dismissed. .It Xo Ic confirm-before .Op Fl b .Op Fl p Ar prompt @@ -5537,7 +5542,8 @@ It may contain the special character sequences supported by the option. With .Fl b , -the prompt is shown in the background and the client. +the prompt is shown in the background and the invoking client does not exit +until it is dismissed. .It Xo Ic display-menu .Op Fl O .Op Fl c Ar target-client |