From 1931d0c57063f5703f96c63fe04e76caa13ad5b1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Jun 2013 15:27:45 +0200 Subject: screenrc: set TERM to screen-256color Signed-off-by: Florian Pritz --- .screenrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.screenrc') 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 # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # -- cgit v1.2.3-24-g4f1b