diff --git a/screen-4.0.2-screenrc.patch b/screen-4.0.2-screenrc.patch index a2cc873..72fc9d5 100644 --- a/screen-4.0.2-screenrc.patch +++ b/screen-4.0.2-screenrc.patch @@ -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" diff --git a/screen.spec b/screen.spec index 4dcfacf..05de84b 100644 --- a/screen.spec +++ b/screen.spec @@ -167,6 +167,8 @@ fi * Tue Feb 15 2005 Petr Rockai - 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 4.0.2-5 - #132321 and some minor spec cleanups