mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 11:58:17 +00:00
Merge branch 'obsd-master'
This commit is contained in:
10
tmux.1
10
tmux.1
@@ -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
|
||||
|
Reference in New Issue
Block a user