From 8fa1858a2c02aafa31695a12fa40cd5dbdd53cd2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 24 Sep 2009 14:17:09 +0000 Subject: New lock-client and lock-session commands to lock an individual client or all clients attached to a session respectively. --- tmux.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 542663d7..22351bfa 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 -- cgit