]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Support for 256 colors on screen
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Mar 2014 22:15:05 +0000 (19:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Mar 2014 22:15:05 +0000 (19:15 -0300)
templates/screen/screenrc.erb

index fa39de6cb1aa7f2d5738c9f17b03e71f1b91728f..2053a022b8c93e231ae7902a3f3e1b102e654295 100644 (file)
@@ -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 -%>