# a blue marker at either end and the text is blue. Inactive windows have
# black text. All windows show the name of all windows with the current one
# highlighted in square brackets.
-caption string "%?%F%{= BW}%:%{= ww}%?>%?%F%{= wb}%:%{= wk}%?%-Lw%50>%{+b}[%n%f %t]%{-b}%+Lw%<%=%?%F%{= BW}%:%{ ww}%?<"
-# %?%F%{= BW}%:%{= ww}%?>
-# Show the > marker in white on blue if the window is active or white on white
-# (ie hidden) if the window is inactve.
-#
+caption string "%?%F%{= wb}%:%{= wk}%?%-Lw%50>%{+b}%{+r}[%n%f %t]%{-r}%{-b}%+Lw%< %="
# %?%F%{= wb}%:%{= wk}%?
# Show everything in blue on white if the window is active or black on white
# if the window is inactive.
# %-Lw%50>
# Left-aligned window list up to but not including the active window.
#
-# %{+b}[%n%f%t]%{+b}
-# Show name, flags and title in bold.
+# %{+b}%{+r}[%n%f%t]%{-r}%{+b}
+# Show name, flags and title in bold reverse.
#
# %+Lw
# All remaining window names.
#
-# %<%=
-# Truncate here then pad remaining text.
-#
-# %?%F{= BW}%:%{ ww}%?<
-# Show the < marker in the same way as the previous.
+# %< %=
+# Truncate here, hack in a space to force the reverse video to flip off then
+# pad remaining text.