aboutsummaryrefslogtreecommitdiff
path: root/templates/screen/screenrc.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/screen/screenrc.erb')
-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 -%>