[Assorted-commits] SF.net SVN: assorted: [647] configs/trunk/src/screenrc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-27 17:45:09
|
Revision: 647 http://assorted.svn.sourceforge.net/assorted/?rev=647&view=rev Author: yangzhang Date: 2008-03-27 10:45:15 -0700 (Thu, 27 Mar 2008) Log Message: ----------- updated status string; added note about more complex status listing all screens Modified Paths: -------------- configs/trunk/src/screenrc Modified: configs/trunk/src/screenrc =================================================================== --- configs/trunk/src/screenrc 2008-03-27 00:10:56 UTC (rev 646) +++ configs/trunk/src/screenrc 2008-03-27 17:45:15 UTC (rev 647) @@ -292,5 +292,16 @@ ## attrcolor b "R" -hardstatus string "[screen %n%?: %t%?] %h" +hardstatus string "[%H %n%?: %t%?] %h" +#hardstatus alwayslastline +#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' + +# The following is a mini extract of the above (commented) hardstatus string; +# playing with this to understand hardstatus strings better. +# TODO: the following is glitchy. +# `%-Lw` means start from first window up to current window. +# `%+Lw` means start from current window up to last window. +# These wrap the formatter for each window. +#hardstatus string '%=%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%=' + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |