mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Update palette when moving a pane, GitHub issue 3437.
This commit is contained in:
@ -156,6 +156,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
else
|
||||
TAILQ_INSERT_AFTER(&dst_w->panes, dst_wp, src_wp, entry);
|
||||
layout_assign_pane(lc, src_wp, 0);
|
||||
colour_palette_from_option(&src_wp->palette, src_wp->options);
|
||||
|
||||
recalculate_sizes();
|
||||
|
||||
|
Reference in New Issue
Block a user