Well I have asked someone on the IRC channel and they see the same problem,
so it seems to be a probable bug in tmux.
On Sunday, 31 October 2021 at 01:22:30 UTC eggbean 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) + Server Options
> (1) - Session Options
> (2) ├─> @active: colour27
> (3) ├─> @active: colour27
> (4) ├─> @active: colour27
> (5) ├─> @active: colour27
> (6) ├─> @active: colour27
> (7) ├─> @active: colour27
> (8) ├─> @active: colour27
> (9) ├─> @active: colour27
> (M-a) ├─> @active: colour27
> (M-b) ├─> @active: colour27
> (M-c) ├─> @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/24decc3e-4183-46a4-a46e-35384c128680n%40googlegroups.com.