mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add split-window -Z to start the pane zoomed, GitHub issue 2591.
This commit is contained in:
@ -233,7 +233,7 @@ layout_parse(struct window *w, const char *layout)
|
||||
|
||||
/* Update pane offsets and sizes. */
|
||||
layout_fix_offsets(w);
|
||||
layout_fix_panes(w);
|
||||
layout_fix_panes(w, NULL);
|
||||
recalculate_sizes();
|
||||
|
||||
layout_print_cell(lc, __func__, 0);
|
||||
|
Reference in New Issue
Block a user