]> git.pld-linux.org Git - packages/screen.git/commitdiff
- added comments about how to disable the status bar
authormguevara <mguevara@pld-linux.org>
Wed, 12 Oct 2005 13:25:34 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added status bar options from glen's e-mail

Changed files:
    screen-status-bar.patch -> 1.2

screen-status-bar.patch

index 7b89a83677e4ef46336953a4eabee21f1a903d4f..bf539c233e0cc2edb67c21244342adc6b71755d8 100644 (file)
@@ -1,9 +1,49 @@
 --- screen-4.0.2/etc/screenrc~ 2003-12-05 14:59:39.000000000 +0100
-+++ screen-4.0.2/etc/screenrc  2005-10-12 13:51:08.000000000 +0200
-@@ -151,3 +151,6 @@
++++ screen-4.0.2/etc/screenrc  2005-10-12 15:20:51.000000000 +0200
+@@ -151,3 +151,46 @@
  # defnonblock 1
  # blankerprg rain -d 100
  # idle 30 blanker
 +
-+# status bar with hostname, term names and clock/calendar info
++# Status bar with hostname, term names and clock/calendar info
 +caption always "${HOSTNAME} %{-b}%{= wb}%-Lw%{= wr}%50>%{+b}%n%f %t%{= wb}%{-b}%+Lw%{= wr}%-017= %c %Y-%m-%d"
++
++# To disable the status bar uncomment the following line
++# caption splitonly
++
++# Some more status bar examples provided by Elan Ruusamäe <glen@pld...>
++#
++# colourized windowlist chooser
++## windowlist string "%{+ g}%02n%{-}: %{+ y}%t%{-}%f [%h]"
++
++# misc captions
++
++# active window is bolder
++#caption string "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
++
++# glen's old one colour default
++#caption string "%c %t:%n|%? [%h]%? %w"
++#sorendition "=s dg"
++
++# glen's coloured one where active window is different colour
++## caption string "%{=s wb}%{+b g.}%c%{-} %{+b w.}%t:%n%{-}|%? [%{+b y.}%h%{-}]%? %-Lw[%{+b w}%n%f %t%{-}]%+Lw"
++#sorendition "=d ry"
++
++# TmC captions
++#caption always "%c %t:%n|%? [%h]%? %w"
++
++#caption always "%c %t - ( %w )"
++#sorendition "= gk"
++
++# green line
++#caption always "%{=b by} %c %{-} %{= .w}[%{=b .w}%n%{-}%{= .w}]%{=b .w}%t%{-} %{=b .k}[ %{= .k}%w %{=b .k}]%{-} %{=b .k}@ TmC Serv%{-}"
++#sorendition "=b gy"
++
++# blue line
++#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%w %{= .k})%{-}"
++#sorendition "=b br"
++
++# blue line: and active window is bold
++#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%-Lw%{=b BW}%50>%n* %t%{-}%+Lw%< %{= .k})%{-}"
++#sorendition "=b br"
++
This page took 0.117479 seconds and 4 git commands to generate.