mirror of
https://github.com/tmux/tmux.git
synced 2025-04-02 22:08:49 +00:00
Current window style also needs to be tested for default.
This commit is contained in:
parent
1b5a8a0f09
commit
bb629f3be7
@ -97,7 +97,10 @@ static const char *options_table_window_size_list[] = {
|
|||||||
"#{?window_end_flag,,#{window-status-separator}}" \
|
"#{?window_end_flag,,#{window-status-separator}}" \
|
||||||
"," \
|
"," \
|
||||||
"#[range=window|#{window_index} list=focus " \
|
"#[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_last_flag}," \
|
||||||
"#{!=:#{window-status-last-style},default}}, " \
|
"#{!=:#{window-status-last-style},default}}, " \
|
||||||
"#{window-status-last-style}," \
|
"#{window-status-last-style}," \
|
||||||
|
Loading…
Reference in New Issue
Block a user