summaryrefslogtreecommitdiffstats
path: root/.screenrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-16 15:27:45 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-16 15:27:45 +0200
commit1931d0c57063f5703f96c63fe04e76caa13ad5b1 (patch)
treefb30d75fb85be22670a468556746dcacbc16c78e /.screenrc
parent28f655287af2597acb6760d4812c07dde32157fc (diff)
downloaddotfiles-1931d0c57063f5703f96c63fe04e76caa13ad5b1.tar.gz
dotfiles-1931d0c57063f5703f96c63fe04e76caa13ad5b1.tar.xz
screenrc: set TERM to screen-256color
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.screenrc b/.screenrc
index 7074842..a4dd838 100644
--- a/.screenrc
+++ b/.screenrc
@@ -25,7 +25,8 @@ hardstatus string '%{= kG}[ %{G}%H %{g}%{= kG}]%{=b W} %=%-w%{r}(%{b}%n %t%{r})%
defscrollback 10000
# tell screen how to set colors. AB = background, AF=foreground
-termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
+#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
+term screen-256color
# =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #