]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Change hardstatus color when in copy mode.
authorSimon Ruderich <simon@ruderich.org>
Sat, 13 Mar 2010 23:50:36 +0000 (00:50 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 13 Mar 2010 23:50:36 +0000 (00:50 +0100)
As this only works in recent Git versions drop this setting on older
versions.

screenrc.in
setup.sh

index 942893b31de0636e7d06403a0d9eb70c176d87af..43f576d5b0965dc47dee2145d232512696b1928f 100644 (file)
@@ -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.
@@ -40,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
index 94301ce42c777e733b4e537c5f63f7bc78c74bce..857a1cef97a34f221043376f35eb9c540db6ab08 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -17,6 +17,12 @@ if [ `hostname` != asp -a `hostname` != systemofadown ]; then
          s/screen-256color/screen/' screenrc > screenrc.tmp
     mv screenrc.tmp screenrc
 fi
+# I use some features of screen which are only in Git. Drop them on machines
+# which have older versions. They are marked as "(GIT)".
+if [ `hostname` != asp ]; then
+    grep -v '(GIT)' screenrc > screenrc.tmp
+    mv screenrc.tmp screenrc
+fi
 
 # Link setup for shells.
 link shell ~/.shell