Yet another hardstatus tweak.
authorIain Patterson <me@iain.cx>
Tue, 17 Mar 2009 15:41:04 +0000 (15:41 +0000)
committerIain Patterson <me@iain.cx>
Tue, 17 Mar 2009 15:41:04 +0000 (15:41 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@182 6be0d1a5-5cfe-0310-89b6-964be062b18b

.screenrc

index 9f5ae1d..737f2fb 100644 (file)
--- 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.