From 03cfcfdaff7d48a9d52bb3f3fb17265745b3724f Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 25 Jun 2007 15:13:10 +0000 Subject: [PATCH] Fixed highlighting of screen captions without focus. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@56 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .screenrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index f917715..31afd2b 100644 --- a/.screenrc +++ b/.screenrc @@ -2,8 +2,9 @@ escape ^pp vbell off startup_message off -caption always "%?%F%{= gw}%:%{-}%?%-Lw%50>%{+b}[%n%f %t]%{-b}%+Lw%<" +caption always "%?%F%{= gw}%:%{+b}%?%-Lw%50>%?%F%{+b}%:%{-b}%?[%n%f %t]%?%F%{-b}%:%{+b}%?%+Lw%<" bind j focus down bind k focus up #bind h focus top #bind l focus bottom +#termcapinfo xterm ti@:te@ -- 2.7.4