[BACK]Return to options-table.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/options-table.c between version 1.100 and 1.101

version 1.100, 2019/03/18 21:46:02 version 1.101, 2019/03/19 21:09:51
Line 74 
Line 74 
         "#[list=on align=#{status-justify}]" \          "#[list=on align=#{status-justify}]" \
         "#[list=left-marker]<#[list=right-marker]>#[list=on]" \          "#[list=left-marker]<#[list=right-marker]>#[list=on]" \
         "#{W:" \          "#{W:" \
                 "#[range=window|#{window_index}" \                  "#[range=window|#{window_index} " \
                         "#{?window_last_flag, #{window-status-last-style},}" \                          "#{window-status-style}" \
                         "#{?window_bell_flag," \                          "#{?#{&&:#{window_last_flag}," \
                                 " #{window-status-bell-style}," \                                  "#{!=:#{window-status-last-style},default}}, " \
                                 "#{?window_activity_flag," \                                  "#{window-status-last-style}," \
                                         " #{window-status-activity-style},}" \                          "}" \
                           "#{?#{&&:#{window_bell_flag}," \
                                   "#{!=:#{window-status-bell-style},default}}, " \
                                   "#{window-status-bell-style}," \
                                   "#{?#{&&:#{window_activity_flag}," \
                                           "#{!=:" \
                                           "#{window-status-activity-style}," \
                                           "default}}, " \
                                           "#{window-status-activity-style}," \
                                 "}" \                                  "}" \
                           "}" \
                 "]" \                  "]" \
                 "#{T:window-status-format}" \                  "#{T:window-status-format}" \
                 "#[norange default]" \                  "#[norange default]" \
                 "#{?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_last_flag, #{window-status-last-style},}" \                          "#{window-status-current-style}" \
                         "#{?window_bell_flag," \                          "#{?#{&&:#{window_last_flag}," \
                                 " #{window-status-bell-style}," \                                  "#{!=:#{window-status-last-style},default}}, " \
                                 "#{?window_activity_flag," \                                  "#{window-status-last-style}," \
                                         " #{window-status-activity-style},}" \                          "}" \
                           "#{?#{&&:#{window_bell_flag}," \
                                   "#{!=:#{window-status-bell-style},default}}, " \
                                   "#{window-status-bell-style}," \
                                   "#{?#{&&:#{window_activity_flag}," \
                                           "#{!=:" \
                                           "#{window-status-activity-style}," \
                                           "default}}, " \
                                           "#{window-status-activity-style}," \
                                 "}" \                                  "}" \
                           "}" \
                 "]" \                  "]" \
                 "#{T:window-status-current-format}" \                  "#{T:window-status-current-format}" \
                 "#[norange list=on default]" \                  "#[norange list=on default]" \

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101