- grant wish 130674 by adding a (commented out) caption statement to

default screenrc
This commit is contained in:
prockai 2005-02-15 09:26:21 +00:00
parent e0a421ba0c
commit 78d0d02ae2
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- screen-4.0.2/etc/screenrc.screenrc 2003-12-05 13:59:39.000000000 +0000
+++ screen-4.0.2/etc/screenrc 2005-02-14 21:24:08.578009264 +0000
+++ screen-4.0.2/etc/screenrc 2005-02-15 10:22:19.935843952 +0000
@@ -15,7 +15,7 @@
startup_message off
@ -22,7 +22,12 @@
################
#
@@ -143,6 +143,9 @@
@@ -140,9 +140,14 @@
# screen -t 40 2 rlogin server
# caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
+## alternative caption, gives window list, LOGNAME and current date:
+# caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c"
# hardstatus alwaysignore
# hardstatus alwayslastline "%Lw"

View File

@ -167,6 +167,8 @@ fi
* Tue Feb 15 2005 Petr Rockai <prockai@redhat.com> - 4.0.2-6
- fix BR 136234 by carrying out the suggested change in /etc/screenrc
- drop screen-4.0.2-logname.patch (merged into screen-4.0.2-screenrc.patch)
- grant wish 130674 by adding a (commented out) caption statement to default
screenrc
* Fri Sep 10 2004 Warren Togami <wtogami@redhat.com> 4.0.2-5
- #132321 and some minor spec cleanups