mirror of
https://github.com/tmux/tmux.git
synced 2025-04-02 22:08:49 +00:00
Fixes to resize-window from Ben Boeckel.
This commit is contained in:
parent
621bb15b83
commit
59df942e09
@ -34,7 +34,7 @@ const struct cmd_entry cmd_resize_window_entry = {
|
|||||||
.alias = "resizew",
|
.alias = "resizew",
|
||||||
|
|
||||||
.args = { "aADLRt:Ux:y:", 0, 1 },
|
.args = { "aADLRt:Ux:y:", 0, 1 },
|
||||||
.usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " "
|
.usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_WINDOW_USAGE " "
|
||||||
"[adjustment]",
|
"[adjustment]",
|
||||||
|
|
||||||
.target = { 't', CMD_FIND_WINDOW, 0 },
|
.target = { 't', CMD_FIND_WINDOW, 0 },
|
||||||
|
2
tmux.1
2
tmux.1
@ -1959,7 +1959,7 @@ and unzoomed (its normal position in the layout).
|
|||||||
begins mouse resizing (only valid if bound to a mouse key binding, see
|
begins mouse resizing (only valid if bound to a mouse key binding, see
|
||||||
.Sx MOUSE SUPPORT ) .
|
.Sx MOUSE SUPPORT ) .
|
||||||
.It Xo Ic resize-window
|
.It Xo Ic resize-window
|
||||||
.Op Fl aADLU
|
.Op Fl aADLUR
|
||||||
.Op Fl t Ar target-window
|
.Op Fl t Ar target-window
|
||||||
.Op Fl x Ar width
|
.Op Fl x Ar width
|
||||||
.Op Fl y Ar height
|
.Op Fl y Ar height
|
||||||
|
Loading…
Reference in New Issue
Block a user