diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-02-06 22:55:31 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-02-06 22:55:31 +0000 |
commit | bb53c20c1882cbc909d4fe2ae3c6ad665da6abf6 (patch) | |
tree | 345afb7897f7639b2c8981674e064d976f68ab57 /tmux.1 | |
parent | 0a86d3579edb44ee559cfe6498f43d6637a08bd9 (diff) | |
download | rtmux-bb53c20c1882cbc909d4fe2ae3c6ad665da6abf6.tar.gz rtmux-bb53c20c1882cbc909d4fe2ae3c6ad665da6abf6.tar.bz2 rtmux-bb53c20c1882cbc909d4fe2ae3c6ad665da6abf6.zip |
Support attaching a client read-only with a new -r flag to the attach-session
command.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -364,7 +364,7 @@ new-window ; split-window -d The following commands are available: .Bl -tag -width Ds .It Xo Ic attach-session -.Op Fl d +.Op Fl dr .Op Fl t Ar target-session .Xc .D1 (alias: Ic attach ) @@ -376,6 +376,10 @@ If used from inside, switch the current client. If .Fl d is specified, any other clients attached to the session are detached. +.Fl r +signifies the client is read-only (only keys bound to the +.Ic detach-client +command have any effect) .Pp If no server is started, .Ic attach-session |