mirror of
https://github.com/tmux/tmux.git
synced 2024-11-18 02:18:53 +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}}" \
|
"#{?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