Add -C flag to command-prompt to match display-message -C (do not freeze

panes). From Barrett Ruth in GitHub issue 4978.
This commit is contained in:
nicm
2026-04-13 09:33:09 +00:00
parent 4b0ff07bcb
commit 147521b757
4 changed files with 10 additions and 4 deletions

5
tmux.1
View File

@@ -6911,7 +6911,7 @@ See
for possible values for
.Ar prompt\-type .
.It Xo Ic command\-prompt
.Op Fl 1beFiklN
.Op Fl 1bCeFiklN
.Op Fl I Ar inputs
.Op Fl p Ar prompts
.Op Fl t Ar target\-client
@@ -6981,6 +6981,9 @@ is like
but the key press is translated to a key name.
.Fl N
makes the prompt only accept numeric key presses.
If
.Fl C
given, panes will continue to be updated while the prompt is displayed.
.Fl i
executes the command every time the prompt input changes instead of when the
user exits the command prompt.