diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-27 20:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-27 20:01:11 +0100 |
commit | 609baea95e30201919a173ea1de1f750a15a9f8c (patch) | |
tree | 68225d4bd3ba7e258cddb8e6b40f0764408a6e32 /tmux.1 | |
parent | c6375a0d4003d1008bb64e96e9c0c4433e4a5d13 (diff) | |
parent | daec63e5e6eb3390d53f4bf7f8a327df77e46c95 (diff) | |
download | rtmux-609baea95e30201919a173ea1de1f750a15a9f8c.tar.gz rtmux-609baea95e30201919a173ea1de1f750a15a9f8c.tar.bz2 rtmux-609baea95e30201919a173ea1de1f750a15a9f8c.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1331,7 +1331,7 @@ specified multiple times. .Op Fl cDlLRSU .Op Fl A Ar pane:state .Op Fl B Ar name:what:format -.Op Fl C Ar XxY +.Op Fl C Ar size .Op Fl f Ar flags .Op Fl t Ar target-client .Op Ar adjustment @@ -1375,7 +1375,17 @@ window, changing the current window in the attached session will reset it. .Pp .Fl C -sets the width and height of a control mode client. +sets the width and height of a control mode client or of a window for a +control mode client, +.Ar size +must be one of +.Ql widthxheight +or +.Ql window ID:widthxheight , +for example +.Ql 80x24 +or +.Ql @0:80x24 . .Fl A allows a control mode client to trigger actions on a pane. The argument is a pane ID (with leading |