mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -1044,8 +1044,11 @@ mode_tree_display_menu(struct mode_tree_data *mtd, struct client *c, u_int x,
|
|||||||
else
|
else
|
||||||
x = 0;
|
x = 0;
|
||||||
if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL,
|
if (menu_display(menu, 0, 0, NULL, x, y, c, BOX_LINES_DEFAULT, NULL,
|
||||||
NULL, NULL, NULL, mode_tree_menu_callback, mtm) != 0)
|
NULL, NULL, NULL, mode_tree_menu_callback, mtm) != 0) {
|
||||||
|
mode_tree_remove_ref(mtd);
|
||||||
|
free(mtm);
|
||||||
menu_free(menu);
|
menu_free(menu);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
3
tmux.1
3
tmux.1
@ -375,7 +375,8 @@ pane.
|
|||||||
Arrange panes in one of the seven preset layouts:
|
Arrange panes in one of the seven preset layouts:
|
||||||
even-horizontal, even-vertical,
|
even-horizontal, even-vertical,
|
||||||
main-horizontal, main-horizontal-mirrored,
|
main-horizontal, main-horizontal-mirrored,
|
||||||
main-vertical, main-vertical, or tiled.
|
main-vertical, main-vertical-mirrored,
|
||||||
|
or tiled.
|
||||||
.It Space
|
.It Space
|
||||||
Arrange the current window in the next preset layout.
|
Arrange the current window in the next preset layout.
|
||||||
.It M-n
|
.It M-n
|
||||||
|
Reference in New Issue
Block a user