aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-05-21 08:55:31 +0100
committerThomas Adam <thomas@xteddy.org>2020-05-21 08:55:31 +0100
commit40126ee96c0b9e66ad90ed94767287de13d2a79e (patch)
tree904792b0705a56bb72edfb7137d18baf89ffbab3 /tmux.1
parent98a18d064aaf46e0b97a375b8c5b2b9ff15cf3df (diff)
parent31e3f2d530090793815d145a16a1ce3b469c4266 (diff)
downloadrtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.tar.gz
rtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.tar.bz2
rtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.121
1 files changed, 20 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index e0c5667d..906e9993 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1251,6 +1251,7 @@ and sets an environment variable for the newly created session; it may be
specified multiple times.
.It Xo Ic refresh-client
.Op Fl cDlLRSU
+.Op Fl A Ar pane:state
.Op Fl C Ar XxY
.Op Fl f Ar flags
.Op Fl t Ar target-client
@@ -1295,7 +1296,25 @@ window, changing the current window in the attached session will reset
it.
.Pp
.Fl C
-sets the width and height of a control client.
+sets the width and height of a control mode client.
+.Fl A
+informs
+.Nm
+of a control mode client's interest in a pane.
+The argument is a pane ID (with leading
+.Ql % ) ,
+a colon, then one of
+.Ql on
+or
+.Ql off .
+If
+.Ql off ,
+.Nm
+will not send output from the pane to the client and if all clients have turned
+the pane off, will stop reading from the pane.
+.Fl A
+may be given multiple times.
+.Pp
.Fl f
sets a comma-separated list of client flags, see
.Ic attach-session .