aboutsummaryrefslogtreecommitdiff
path: root/templates/screen
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-23 19:15:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-23 19:15:05 -0300
commit60ca06edbd7f8d7ac7d37066eb920a34d2982fd2 (patch)
tree34abed256a67822724af17e2599fafbf0b5eb374 /templates/screen
parente7c07360defdf5be3dd1fd731cdce8b4b7f0a82f (diff)
downloadpuppet-nodo-60ca06edbd7f8d7ac7d37066eb920a34d2982fd2.tar.gz
puppet-nodo-60ca06edbd7f8d7ac7d37066eb920a34d2982fd2.tar.bz2
Support for 256 colors on screen
Diffstat (limited to 'templates/screen')
-rw-r--r--templates/screen/screenrc.erb5
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 -%>