mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add split-window -Z to start the pane zoomed, GitHub issue 2591.
This commit is contained in:
@ -147,7 +147,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
TAILQ_INSERT_BEFORE(dst_wp, src_wp, entry);
|
||||
else
|
||||
TAILQ_INSERT_AFTER(&dst_w->panes, dst_wp, src_wp, entry);
|
||||
layout_assign_pane(lc, src_wp);
|
||||
layout_assign_pane(lc, src_wp, 0);
|
||||
|
||||
recalculate_sizes();
|
||||
|
||||
|
Reference in New Issue
Block a user