=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-break-pane.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- src/usr.bin/tmux/cmd-break-pane.c 2021/08/21 10:22:38 1.60 +++ src/usr.bin/tmux/cmd-break-pane.c 2023/01/17 06:50:55 1.61 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-break-pane.c,v 1.60 2021/08/21 10:22:38 nicm Exp $ */ +/* $OpenBSD: cmd-break-pane.c,v 1.61 2023/01/17 06:50:55 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -115,6 +115,7 @@ 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");