diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-11-29 21:51:30 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-11-29 21:51:30 +0100 |
commit | 6b955979f1d097b8c14fe83befb4b01f661fe54c (patch) | |
tree | a40c1874f904a29a2810cc7924abe07927601c91 | |
parent | be1bb85f3c6cb2a1b0632128898e0fe32fabcc2f (diff) | |
download | dotfiles-6b955979f1d097b8c14fe83befb4b01f661fe54c.tar.gz dotfiles-6b955979f1d097b8c14fe83befb4b01f661fe54c.tar.xz |
screenrc: add scrollback
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-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 |