diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-23 19:15:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-23 19:15:05 -0300 |
commit | 60ca06edbd7f8d7ac7d37066eb920a34d2982fd2 (patch) | |
tree | 34abed256a67822724af17e2599fafbf0b5eb374 /templates/screen/screenrc.erb | |
parent | e7c07360defdf5be3dd1fd731cdce8b4b7f0a82f (diff) | |
download | puppet-nodo-60ca06edbd7f8d7ac7d37066eb920a34d2982fd2.tar.gz puppet-nodo-60ca06edbd7f8d7ac7d37066eb920a34d2982fd2.tar.bz2 |
Support for 256 colors on screen
Diffstat (limited to 'templates/screen/screenrc.erb')
-rw-r--r-- | templates/screen/screenrc.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/screen/screenrc.erb b/templates/screen/screenrc.erb index fa39de6..2053a02 100644 --- a/templates/screen/screenrc.erb +++ b/templates/screen/screenrc.erb @@ -146,3 +146,8 @@ select <%= @select %> # Yellow text, time, and date; windows in blue: hardstatus alwayslastline "%{=b}%{Y}Screen(s): %{c}%w %=%{kY}%C%A %D, %M/%d/%Y" + +<% if @lsbdistcodename != "squeeze" -%> +# Support for 256 colors +term screen-256color +<% end -%> |