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) + 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/73211029-6f9e-43d3-9f86-c92160973a9bn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tmux-users/73211029-6f9e-43d3-9f86-c92160973a9bn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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.
