mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add a wait-for command which blocks a client on a named channel until it is
wokrn up again (with wait-for -S). From Thiago Padilha.
This commit is contained in:
13
tmux.1
13
tmux.1
@ -3553,6 +3553,19 @@ If the command doesn't return success, the exit status is also displayed.
|
||||
.It Ic server-info
|
||||
.D1 (alias: Ic info )
|
||||
Show server information and terminal details.
|
||||
.It Xo Ic wait-for
|
||||
.Fl S
|
||||
.Ar channel
|
||||
.Xc
|
||||
.D1 (alias: Ic wait )
|
||||
When used without
|
||||
.Fl S ,
|
||||
prevents the client from exiting until woken using
|
||||
.Ic wait-for
|
||||
.Fl S
|
||||
with the same channel.
|
||||
This command only works from outside
|
||||
.Nm .
|
||||
.El
|
||||
.Sh TERMINFO EXTENSIONS
|
||||
.Nm
|
||||
|
Reference in New Issue
Block a user