diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-10-18 13:03:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-10-18 13:03:46 +0000 |
commit | 393ea43c4c0bed821b80953f85ea1ba908957a69 (patch) | |
tree | f156c097d34aa6dbfecb60de865ec781b00ab399 /usr.bin/tmux | |
parent | 22d3a678c057bd119b9844eb4539b42ef70f43b3 (diff) |
Document new refresh-client flags.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3a591d9f001..4afbb64da53 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.612 2018/10/18 08:04:14 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.613 2018/10/18 13:03:45 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 |