Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-05-12 14:01:10 +01:00
7 changed files with 93 additions and 52 deletions

10
tmux.1
View File

@@ -5835,6 +5835,12 @@ expands to the length of the variable and
.Ql w
to its width when displayed, for example
.Ql #{n:window_name} .
.Ql R
repeats the first argument by a number of times given by the second argument,
so
.Ql #{R:a,3}
will result in
.Ql aaa .
.Pp
Prefixing a time variable with
.Ql t:\&
@@ -7283,7 +7289,7 @@ Lock each client individually by running the command specified by the
option.
.Tg run
.It Xo Ic run-shell
.Op Fl bC
.Op Fl bCE
.Op Fl c Ar start-directory
.Op Fl d Ar delay
.Op Fl t Ar target-pane
@@ -7311,6 +7317,8 @@ the command is run in the background.
waits for
.Ar delay
seconds before starting the command.
.Fl E
redirects the command's stderr to stdout instead of ignoring it.
If
.Fl c
is given, the current working directory is set to