diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-09 14:49:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-09 14:49:01 +0000 |
commit | e3097dffa34ae8d4bc2eeb7037c01eb03dad78af (patch) | |
tree | 6d5a49e509380494b3615211800c883cd5953a5f /usr.bin/tmux | |
parent | 1dd63982966b2a57b03a707c59bf50d41e1a9920 (diff) |
Document refresh-client -C.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 757498ace15..62a71d7ff98 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.534 2017/02/09 12:00:42 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.535 2017/02/09 14:49:00 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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. |