diff options
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ hardstatus string '%{= kG}[ %{G}%H %{g}%{= kG}]%{=b W} %=%-w%{r}(%{b}%n %t%{r})% #screen 2 -t zsh zsh +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' + # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # ### Created by Brad Sims <bsims@abnt.org> 25/06/2004 |