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:
@ -115,6 +115,7 @@ cmd_break_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
|
||||
layout_init(w, wp);
|
||||
wp->flags |= PANE_CHANGED;
|
||||
colour_palette_from_option(&wp->palette, wp->options);
|
||||
|
||||
if (idx == -1)
|
||||
idx = -1 - options_get_number(dst_s->options, "base-index");
|
||||
|
Reference in New Issue
Block a user