Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-04-13 12:01:08 +01:00
5 changed files with 12 additions and 5 deletions

5
tmux.1
View File

@@ -6913,7 +6913,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
@@ -6983,6 +6983,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.