Silence flag should use the same option as activity, reported by Thomas

Sattler.
pull/1674/head
nicm 2019-04-02 18:41:24 +00:00
parent 7bcc0d16f2
commit 09f71ed1b2
1 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,8 @@ static const char *options_table_window_size_list[] = {
"#{?#{&&:#{window_bell_flag}," \
"#{!=:#{window-status-bell-style},default}}, " \
"#{window-status-bell-style}," \
"#{?#{&&:#{window_activity_flag}," \
"#{?#{&&:#{||:#{window_activity_flag}," \
"#{window_silence_flag}}," \
"#{!=:" \
"#{window-status-activity-style}," \
"default}}, " \
@ -104,7 +105,8 @@ static const char *options_table_window_size_list[] = {
"#{?#{&&:#{window_bell_flag}," \
"#{!=:#{window-status-bell-style},default}}, " \
"#{window-status-bell-style}," \
"#{?#{&&:#{window_activity_flag}," \
"#{?#{&&:#{||:#{window_activity_flag}," \
"#{window_silence_flag}}," \
"#{!=:" \
"#{window-status-activity-style}," \
"default}}, " \