diff options
author | nicm <nicm> | 2017-05-29 07:46:32 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-29 07:46:32 +0000 |
commit | 15253448af2dc15dcfe17add5cedafaebdd4d62f (patch) | |
tree | 6bd3585d94b8f621e0592ec74fc1c97a3d494064 /tmux.1 | |
parent | d5158620bbeaa0cd54985e9a74b4eb4c334f1691 (diff) | |
download | rtmux-15253448af2dc15dcfe17add5cedafaebdd4d62f.tar.gz rtmux-15253448af2dc15dcfe17add5cedafaebdd4d62f.tar.bz2 rtmux-15253448af2dc15dcfe17add5cedafaebdd4d62f.zip |
Tweak text to mention initial size, from John Hood.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -829,13 +829,13 @@ is given. and .Ar shell-command are the name of and shell command to execute in the initial window. -If -.Fl d -is used, +With +.Fl d , +the initial size is 80 x 24; .Fl x and .Fl y -specify the size of the initial window. +can be used to specify a different size. .Pp If run from a terminal, any .Xr termios 4 |