Option flag adjustment for eventual consistency.

This commit is contained in:
Dane Jensen
2026-04-16 11:38:33 -07:00
parent 914ffc8887
commit a7ad0c4434
2 changed files with 38 additions and 38 deletions

14
tmux.1
View File

@@ -3327,7 +3327,6 @@ but a different format may be specified with
.Op Fl c Ar start-directory
.Op Fl e Ar environment
.Op Fl F Ar format
.Op Fl H Ar height
.Op Fl l Ar size
.Op Fl m Ar message
.Op Fl M Ar mode
@@ -3336,9 +3335,10 @@ but a different format may be specified with
.Op Fl s Ar style
.Op Fl S Ar active-border-style
.Op Fl t Ar target-pane
.Op Fl w Ar width
.Op Fl x Ar x-position
.Op Fl y Ar y-position
.Op Fl x Ar width
.Op Fl X Ar x-position
.Op Fl y Ar length
.Op Fl Y Ar y-position
.Op Ar shell-command Op Ar argument ...
.Xc
.D1 Pq alias: Ic newp
@@ -3406,11 +3406,11 @@ $ make 2>&1|tmux splitw \-dI &
.Pp
For floating panes, the following options are availible:
The
.Fl w ,
.Fl h ,
.Fl x ,
.Fl y ,
.Fl X ,
and
.Fl y
.Fl Y
options set the width, height, and position of the pane.
If not given, the pane is sized to half the window dimensions and offset from
the previous floating pane.