mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 18:38:48 +00:00
Current window style also needs to be tested for default.
This commit is contained in:
parent
bba1809eac
commit
cd4c94f76b
@ -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}," \
|
||||
|
Loading…
Reference in New Issue
Block a user