I have made this change, can you either apply it yourself or wait until
it reaches GitHub (should be a few hours) and then see if the problem
still occurs?
--- window-customize.c 21 Aug 2021 17:25:32 -0000 1.12
+++ window-customize.c 29 Nov 2021 11:01:51 -0000 1.13
@@ -398,11 +398,11 @@ window_customize_build_options(struct wi
for (i = 0; i < size; i++) {
if (oo2 != NULL)
- o = options_get(oo0, list[i]);
+ o = options_get(oo2, list[i]);
if (o == NULL && oo1 != NULL)
o = options_get(oo1, list[i]);
if (o == NULL)
- o = options_get(oo2, list[i]);
+ o = options_get(oo0, list[i]);
if (options_owner(o) == oo2)
scope = scope2;
else if (options_owner(o) == oo1)
> (0)A A + Server Options
> (1)A A - Session Options
> (2)A A a**a**>A A @active: colour27
> (3)A A a**a**>A A @active: colour27
> (4)A A a**a**>A A @active: colour27
> (5)A A a**a**>A A @active: colour27
> (6)A A a**a**>A A @active: colour27
> (7)A A a**a**>A A @active: colour27
> (8)A A a**a**>A A @active: colour27
> (9)A A a**a**>A A @active: colour27
> (M-a) a**a**>A A @active: colour27
> (M-b) a**a**>A A @active: colour27
> (M-c) a**a**>A A @active: colour27
>
https://groups.google.com/d/msgid/tmux-users/2cbe3ee8-cdce-4537-aa39-b10af19c808bn%40googlegroups.com.