From: Iain Patterson Date: Tue, 17 Mar 2009 15:41:04 +0000 (+0000) Subject: Yet another hardstatus tweak. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=6d8a23086b86877bece0f1d4a8221728b07ac97b Yet another hardstatus tweak. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@182 6be0d1a5-5cfe-0310-89b6-964be062b18b --- 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.