diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
commit | 24ab1bc714b80d957b53685635a44dc0a89c032b (patch) | |
tree | 8f48efff4954cbbcc3c0cc3da5932ffeba096019 /tmux.1 | |
parent | 827913102e0e707eb29cf1c6d7cf87b22786fbf6 (diff) | |
parent | 647887b794c00285047aa54ac0d44ae50c7847d7 (diff) | |
download | rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.gz rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.bz2 rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3664,7 +3664,7 @@ see the section. .Pp .It Xo Ic window-size -.Ar largest | Ar smallest | Ar manual +.Ar largest | Ar smallest | Ar manual | Ar latest .Xc Configure how .Nm @@ -3679,6 +3679,10 @@ If the size of a new window is set from the .Ic default-size option and windows are resized automatically. +With +.Ar latest , +.Nm +uses the size of the client that had the most recent activity. See also the .Ic resize-window command and the |