mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Include window-status-style and window-status-current style in the format.
This commit is contained in:
parent
161b57869e
commit
8b74e959ef
@ -75,11 +75,20 @@ static const char *options_table_window_size_list[] = {
|
||||
"#[list=left-marker]<#[list=right-marker]>#[list=on]" \
|
||||
"#{W:" \
|
||||
"#[range=window|#{window_index} " \
|
||||
"#{?window_last_flag, #{window-status-last-style},}" \
|
||||
"#{?window_bell_flag," \
|
||||
"#{window-status-style}" \
|
||||
"#{?#{&&:#{window_last_flag}," \
|
||||
"#{!=:#{window-status-last-style},default}}, " \
|
||||
"#{window-status-last-style}," \
|
||||
"}" \
|
||||
"#{?#{&&:#{window_bell_flag}," \
|
||||
"#{!=:#{window-status-bell-style},default}}, " \
|
||||
"#{window-status-bell-style}," \
|
||||
"#{?window_activity_flag," \
|
||||
" #{window-status-activity-style},}" \
|
||||
"#{?#{&&:#{window_activity_flag}," \
|
||||
"#{!=:" \
|
||||
"#{window-status-activity-style}," \
|
||||
"default}}, " \
|
||||
"#{window-status-activity-style}," \
|
||||
"}" \
|
||||
"}" \
|
||||
"]" \
|
||||
"#{T:window-status-format}" \
|
||||
@ -87,11 +96,20 @@ static const char *options_table_window_size_list[] = {
|
||||
"#{?window_end_flag,,#{window-status-separator}}" \
|
||||
"," \
|
||||
"#[range=window|#{window_index} list=focus " \
|
||||
"#{?window_last_flag, #{window-status-last-style},}" \
|
||||
"#{?window_bell_flag," \
|
||||
"#{window-status-current-style}" \
|
||||
"#{?#{&&:#{window_last_flag}," \
|
||||
"#{!=:#{window-status-last-style},default}}, " \
|
||||
"#{window-status-last-style}," \
|
||||
"}" \
|
||||
"#{?#{&&:#{window_bell_flag}," \
|
||||
"#{!=:#{window-status-bell-style},default}}, " \
|
||||
"#{window-status-bell-style}," \
|
||||
"#{?window_activity_flag," \
|
||||
" #{window-status-activity-style},}" \
|
||||
"#{?#{&&:#{window_activity_flag}," \
|
||||
"#{!=:" \
|
||||
"#{window-status-activity-style}," \
|
||||
"default}}, " \
|
||||
"#{window-status-activity-style}," \
|
||||
"}" \
|
||||
"}" \
|
||||
"]" \
|
||||
"#{T:window-status-current-format}" \
|
||||
|
Loading…
Reference in New Issue
Block a user