Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-12-16 10:01:11 +00:00
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -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