diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-26 16:36:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-26 16:36:52 -0200 |
commit | d9bcd8c3f9c2243403aa749154fee71a9689f02f (patch) | |
tree | 3ba17ef34138660d282b9779f923b636788f4ffb /templates/screen/screenrc.erb | |
parent | 99303f6261994680658270bd42a4b0e5fb9bfd2f (diff) | |
download | puppet-nodo-d9bcd8c3f9c2243403aa749154fee71a9689f02f.tar.gz puppet-nodo-d9bcd8c3f9c2243403aa749154fee71a9689f02f.tar.bz2 |
Less text in screen's status line
Diffstat (limited to 'templates/screen/screenrc.erb')
-rw-r--r-- | templates/screen/screenrc.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/screen/screenrc.erb b/templates/screen/screenrc.erb index 2053a02..d2eaafd 100644 --- a/templates/screen/screenrc.erb +++ b/templates/screen/screenrc.erb @@ -142,10 +142,10 @@ select <%= @select %> # hardstatus alwayslastline "%w" # Green text, time, and date; windows in cyan: -#hardstatus alwayslastline "%{=b}%{G} Screen(s): %{c}%w %=%{kG}%C%A %D, %M/%d/%Y " +#hardstatus alwayslastline "%{=b}%{G}%{c}%w %=%{kG}%C%A %D, %M/%d/%Y " # Yellow text, time, and date; windows in blue: -hardstatus alwayslastline "%{=b}%{Y}Screen(s): %{c}%w %=%{kY}%C%A %D, %M/%d/%Y" +hardstatus alwayslastline "%{=b}%{Y}%{c}%w %=%{kY}%C%A %D, %M/%d/%Y" <% if @lsbdistcodename != "squeeze" -%> # Support for 256 colors |