diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-16 15:27:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-16 15:27:45 +0200 |
commit | 1931d0c57063f5703f96c63fe04e76caa13ad5b1 (patch) | |
tree | fb30d75fb85be22670a468556746dcacbc16c78e | |
parent | 28f655287af2597acb6760d4812c07dde32157fc (diff) | |
download | dotfiles-1931d0c57063f5703f96c63fe04e76caa13ad5b1.tar.gz dotfiles-1931d0c57063f5703f96c63fe04e76caa13ad5b1.tar.xz |
screenrc: set TERM to screen-256color
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .screenrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # |