From 25f93cec729ffe98a9a7f398dfb7c168b63ee64f Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 13 Aug 2010 10:38:32 -0500 Subject: [PATCH] .screenrc: Undo bold current screen-window title Undo bold current screen-window title. I don't like how it looks in PuTTy. --- .screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index db4affd..7fef06f 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%{+b .rW}%n %t%{-}%+w %=%{..G} %H %{..Y} " +hardstatus alwayslastline "%{.bw}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} " # enable bold attrcolor b ".I" -- 2.43.0