X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=screenrc.in;h=43f576d5b0965dc47dee2145d232512696b1928f;hb=4ec19d0e9a84b5155885e47908d7974d191f9492;hp=d887b8e603c0e647b8c1604e7779ad997bade024;hpb=daf0157fc0719314668afef53b2233854a889dd9;p=config%2Fdotfiles.git diff --git a/screenrc.in b/screenrc.in index d887b8e..43f576d 100644 --- a/screenrc.in +++ b/screenrc.in @@ -1,4 +1,8 @@ # Screen configuration file. +# +# Features which are only available in (very) recent screen releases or in +# current Git are marked with "(GIT)" so they can be removed by the setup +# script on machines with older versions. # Don't display startup message. @@ -10,6 +14,9 @@ vbell on # Increase the scrollback buffer. defscrollback 10000 +# Ignore case when searching. +ignorecase on + # TERMINAL @@ -37,6 +44,9 @@ unsetenv s setenv s "$s%{= Bw}" # - white on light blue background, also reset all # attributes (necessary so everything is displayed # correctly) +setenv s "$s%?%P" # - is copy mode enabled? (GIT) +setenv s "$s%{= wB}" # - if so change colors to light blue on white (GIT) +setenv s "$s%?" # - end if (GIT) setenv s "$s%3n" # - window number setenv s "$s " # - space setenv s "$s%t" # - window name