diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-24 14:17:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-24 14:17:09 +0000 |
commit | 8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2 (patch) | |
tree | abec88eed0aa73acb73d0cb95a5bb684a4a94cce /tmux.1 | |
parent | 1764ef81efce5f265f61107f0b1e91d73b858fb4 (diff) | |
download | rtmux-8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2.tar.gz rtmux-8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2.tar.bz2 rtmux-8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2.zip |
New lock-client and lock-session commands to lock an individual client or all
clients attached to a session respectively.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -392,6 +392,19 @@ List the syntax of all commands supported by .It Ic list-sessions .D1 (alias: Ic ls ) List all sessions managed by the server. +.It Xo Ic lock-client +.Op Fl t Ar target-client +.Xc +Lock +.Ar target-client , +see the +.Ic lock-server +command. +.It Xo Ic lock-session +.Op Fl t Ar target-session +.Xc +Lock all clients attached to +.Ar target-session . .It Xo Ic new-session .Op Fl d .Op Fl n Ar window-name |