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)
On Thu, Nov 11, 2021 at 12:15:42AM -0800, eggbean wrote:
> The only lines in the configuration that mention @active are already
> mentioned:
> set -g @active colour27'
> set -g status-style
> "#{?#{==:#{@statusline},off},bg=#{@inactive},bg=#{@active}},fg=#{@black}"
> set -g window-status-style
>
> "#{?#{==:#{@statusline},off},bg=#{@inactive},bg=#{@active}#,#{?window_zoomed_flag,bg=#{@zoomed},}},fg=#{@black}"
> set -g window-status-current-style
> "fg=#{@white},bg=#{@active},#{?window_zoomed_flag,bg=#{@zoomed},}"
> I am not the only person who sees this problem and the other guy uses a
> completely different configuration.
> On Thursday, 4 November 2021 at 19:46:59 UTC [email protected] wrote:
>
> How are you settling the @active option?
>
> On Thu, 4 Nov 2021, 17:51 eggbean, <[email protected]> wrote:
>
> Is it an option? It just appears as a variable, usually around 40
> times. All the lines in my config that use this variable are shown
> above.
>
> On Monday, 1 November 2021 at 12:04:26 UTC [email protected]
> wrote:
>
> How are you setting this option?
> On Sun, 31 Oct 2021 at 01:22, eggbean <[email protected]> wrote:
>
> When I <prefix>-C for Customize Options I have multiple instances
> of a particular variable I use for styling tmux under Session
> Options.
> (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
> ...
> It appears 40 times. But if I use the command `tmux show-options
> -g` the same variable only appears once. Why is this happening? It
> has been like this for a long time, but I have never been able to
> figure out why.
> These are the lines in my configuration that use this variable:
> set -g @active colour27'
> set -g status-style
>
> "#{?#{==:#{@statusline},off},bg=#{@inactive},bg=#{@active}},fg=#{@black}"
> set -g window-status-style
>
> "#{?#{==:#{@statusline},off},bg=#{@inactive},bg=#{@active}#,#{?window_zoomed_flag,bg=#{@zoomed},}},fg=#{@black}"
> set -g window-status-current-style
> "fg=#{@white},bg=#{@active},#{?window_zoomed_flag,bg=#{@zoomed},}"
>
> --
> You received this message because you are subscribed to the Google
> Groups "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to [email protected].
> To view this discussion on the web, visit
>
> https://groups.google.com/d/msgid/tmux-users/73211029-6f9e-43d3-9f86-c92160973a9bn%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google
> Groups "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected].
>
> To view this discussion on the web, visit
>
> https://groups.google.com/d/msgid/tmux-users/b496325b-82f6-488c-840c-3b5ae4f33f52n%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web, visit
>
> https://groups.google.com/d/msgid/tmux-users/2cbe3ee8-cdce-4537-aa39-b10af19c808bn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-users/20211129110358.jix6umqn4zbtbtwc%40yelena.