From 2378a0ac440af88e70baeddc5065db754ad504dc Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Mon, 27 Sep 2010 13:06:55 -0700 Subject: [PATCH] .screenrc: use caption instead of hardstatus After playing around with this a bit, I have a nicer color scheme. Also, screen now shows a nice message when I'm monitoring a window and something changes. --- .screenrc | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.screenrc b/.screenrc index 97741e7..fd45e22 100644 --- a/.screenrc +++ b/.screenrc @@ -2,12 +2,16 @@ defscrollback 50000 startup_message off hardstatus on hardstatus alwayslastline -hardstatus string "%w%=%m/%d %c" +caption always "%{+u wb}%? %L=%-Lw%45>%{+b by}%n%f*%t%{-}%+Lw%-0<" +# could also add: %?%F%{-b bc}%:%{-b bb}%?%C|%D|%M %d|%H%?%F + +activity "%C -> %n%f %t activity!" +bell "%C -> %n%f %t bell!~" + escape ^Kk -##escape ^|\ #term xterm-256color vbell off -# + #bindkey -k k6 copy bindkey -k k6 prev bindkey -k k7 next -- 1.6.6.rc1.39.g9a42