X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.screenrc;fp=.screenrc;h=737f2fbf94a1a7d9d9428d3e04bdce688592a772;hp=9f5ae1d696f4c55d1d60bcf5754689a788639e9a;hb=6d8a23086b86877bece0f1d4a8221728b07ac97b;hpb=f88674d3152d00fa0c67a95d495cf341d1a495a4 diff --git a/.screenrc b/.screenrc index 9f5ae1d..737f2fb 100644 --- a/.screenrc +++ b/.screenrc @@ -55,11 +55,7 @@ caption always # 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. @@ -67,14 +63,12 @@ caption string "%?%F%{= BW}%:%{= ww}%?>%?%F%{= wb}%:%{= wk}%?%-Lw%50>%{+b}[%n%f # %-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.