diff options
author | nicm <nicm> | 2017-02-09 14:49:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-09 14:49:00 +0000 |
commit | 8de4c15dfa9d15d259d295b6f2e121c980082c79 (patch) | |
tree | a5f20039107dfd913a7de117c131aa042b22d7c2 | |
parent | b1fa3e25e437ae51b985dcfa964fb6da713b3c15 (diff) | |
download | rtmux-8de4c15dfa9d15d259d295b6f2e121c980082c79.tar.gz rtmux-8de4c15dfa9d15d259d295b6f2e121c980082c79.tar.bz2 rtmux-8de4c15dfa9d15d259d295b6f2e121c980082c79.zip |
Document refresh-client -C.
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -888,6 +888,7 @@ is used, the .Ic update-environment option will not be applied. .It Xo Ic refresh-client +.Op Fl C Ar width,height .Op Fl S .Op Fl t Ar target-client .Xc @@ -898,6 +899,9 @@ with If .Fl S is specified, only update the client's status bar. +.Pp +.Fl C +sets the width and height of a control client. .It Xo Ic rename-session .Op Fl t Ar target-session .Ar new-name @@ -4197,6 +4201,11 @@ For example: %end 1363006971 2 .Ed .Pp +The +.Ic refresh-client +.Fl C +command may be used to set the size of a client in control mode. +.Pp In control mode, .Nm outputs notifications. |