mirror of
https://github.com/tmux/tmux.git
synced 2026-06-22 04:26:57 +00:00
Bug fixes and adjustments from feedback.
This commit is contained in:
28
tmux.1
28
tmux.1
@@ -3120,8 +3120,8 @@ command works only if at least one client is attached.
|
||||
.Tg floatp
|
||||
.It Xo Ic float\-pane
|
||||
.Op Fl d
|
||||
.Op Fl x Ar height
|
||||
.Op Fl y Ar width
|
||||
.Op Fl x Ar width
|
||||
.Op Fl y Ar height
|
||||
.Op Fl X Ar x\-position
|
||||
.Op Fl y Ar y\-position
|
||||
.Op Fl t Ar target\-pane
|
||||
@@ -3129,7 +3129,7 @@ command works only if at least one client is attached.
|
||||
.D1 Pq alias: Ic floatp
|
||||
Lift
|
||||
.Ar target\-pane
|
||||
out of the tiled layout and make it a floating pane.
|
||||
out of the tiled layout and make it floating.
|
||||
The
|
||||
.Fl x
|
||||
and
|
||||
@@ -3144,13 +3144,14 @@ and
|
||||
options set the position of the upper-left corner of the pane.
|
||||
If omitted, new floating panes are cascaded from the top-left of the window.
|
||||
.Pp
|
||||
If the pane has previously been floating, the geometry is restored for
|
||||
dimensions not specified by the provided arguments:
|
||||
If the pane had previously been floating, the position and sizes are restored
|
||||
from the saved values not specified by the
|
||||
.Fl x ,
|
||||
.Fl y ,
|
||||
.Fl X ,
|
||||
or
|
||||
.Fl Y .
|
||||
and
|
||||
.Fl Y
|
||||
options.
|
||||
.Pp
|
||||
If
|
||||
.Fl d
|
||||
@@ -4077,16 +4078,15 @@ Return a floating
|
||||
.Ar target\-pane
|
||||
back to the tiled layout.
|
||||
The location in the layout is preserved.
|
||||
The pane's takes half the relevant dimension from the nearest tiled pane in the
|
||||
layout.
|
||||
The current floating position and size are saved so they can be restored by
|
||||
a subsequent
|
||||
.Ic float\-pane
|
||||
comman.
|
||||
The pane must be floating, not hidden, and the window must not be zoomed.
|
||||
Half the space from the nearest tiled pane in the layout is given to
|
||||
.Ar target\-pane .
|
||||
The floating position and sizes are saved so they can be restored by future
|
||||
calls to
|
||||
.Ic float\-pane .
|
||||
If
|
||||
.Fl d
|
||||
is given, the active pane is not changed.
|
||||
The pane must be floating, not hidden, and the window must not be zoomed.
|
||||
.Tg showp
|
||||
.It Xo Ic show\-pane
|
||||
.Op Fl t Ar target\-pane
|
||||
|
||||
Reference in New Issue
Block a user