summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 1301f92d..40639aff 100644
--- a/options-table.c
+++ b/options-table.c
@@ -96,7 +96,10 @@ static const char *options_table_window_size_list[] = {
"#{?window_end_flag,,#{window-status-separator}}" \
"," \
"#[range=window|#{window_index} list=focus " \
- "#{window-status-current-style}" \
+ "#{?#{!=:#{window-status-current-style},default}," \
+ "#{window-status-current-style}," \
+ "#{window-status-style}" \
+ "}" \
"#{?#{&&:#{window_last_flag}," \
"#{!=:#{window-status-last-style},default}}, " \
"#{window-status-last-style}," \