diff options
author | nicm <nicm> | 2018-10-18 13:03:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-10-18 13:03:45 +0000 |
commit | 9feb35b7c4007966bf19cdb57b904e373da2d247 (patch) | |
tree | 222f9dbb9028f046f1379d44b7c9e3406174da0a | |
parent | 646995384d695eed9de1b2363fd2b315ca01785e (diff) | |
download | rtmux-9feb35b7c4007966bf19cdb57b904e373da2d247.tar.gz rtmux-9feb35b7c4007966bf19cdb57b904e373da2d247.tar.bz2 rtmux-9feb35b7c4007966bf19cdb57b904e373da2d247.zip |
Document new refresh-client flags.
-rw-r--r-- | tmux.1 | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -917,9 +917,10 @@ is used, the .Ic update-environment option will not be applied. .It Xo Ic refresh-client -.Op Fl lS +.Op Fl cDlLRSU .Op Fl C Ar width,height .Op Fl t Ar target-client +.Op Ar adjustment .Xc .D1 (alias: Ic refresh ) Refresh the current client if bound to a key, or a single client if one is given @@ -935,6 +936,21 @@ sets the width and height of a control client. requests the clipboard from the client using the .Xr xterm 1 escape sequence and stores it in a new paste buffer. +.Pp +.Fl L , +.Fl R , +.Fl U +and +.Fl D +move the visible portion of the window left, right, up or down +by +.Ar adjustment , +if the window is larger than the client. +.Fl c +resets so that the position follows the cursor. +See the +.Ic window-size +option. .It Xo Ic rename-session .Op Fl t Ar target-session .Ar new-name |