From 281f363d6de0380a170c4f6fd70529be6949766e Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 12 Aug 2010 22:26:41 -0500 Subject: [PATCH] .screenrc: Bold current screen-window title --- .screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index 7fef06f..db4affd 100644 --- a/.screenrc +++ b/.screenrc @@ -22,7 +22,7 @@ setenv LANG 'en_US.UTF-8' # status line to display a bar at the bottom listing the window # names and highlighting the current windowname in blue. # (http://www.ibm.com/developerworks/aix/library/au-gnu_screen/index.html) -hardstatus alwayslastline "%{.bw}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} " +hardstatus alwayslastline "%{.bw}%-w%{+b .rW}%n %t%{-}%+w %=%{..G} %H %{..Y} " # enable bold attrcolor b ".I" -- 2.43.0