diff options
author | nicm <nicm> | 2019-07-10 11:20:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-07-10 11:20:10 +0000 |
commit | f4d858e7a0888cfd1d09c421f71729e833322851 (patch) | |
tree | 94ef4b0750b14587a72dc294ae9fadd2d614a7c2 /tmux.1 | |
parent | fc2016dbb665f01e795a89632a1bb74294bfc4e1 (diff) | |
download | rtmux-f4d858e7a0888cfd1d09c421f71729e833322851.tar.gz rtmux-f4d858e7a0888cfd1d09c421f71729e833322851.tar.bz2 rtmux-f4d858e7a0888cfd1d09c421f71729e833322851.zip |
Add -F to refresh-client to specify flags for control clients - one flag
at the moment, no-output which turns off forwarding pane output. From
Thomas Adam. GitHub issue 1834.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1162,7 +1162,8 @@ is used, the option will not be applied. .It Xo Ic refresh-client .Op Fl cDlLRSU -.Op Fl C Ar width,height +.Op Fl C Ar XxY +.Op Fl F Ar flags .Op Fl t Ar target-client .Op Ar adjustment .Xc @@ -1205,7 +1206,13 @@ 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 client and +.Fl F +sets a comma-separated list of flags. +Currently the only flag available is +.Ql no-output +to disable receiving pane output. +.Pp .Fl l requests the clipboard from the client using the .Xr xterm 1 |