summaryrefslogtreecommitdiffstats
path: root/.screenrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-11-29 21:51:30 +0100
committerFlorian Pritz <bluewind@xssn.at>2009-11-29 21:51:30 +0100
commit6b955979f1d097b8c14fe83befb4b01f661fe54c (patch)
treea40c1874f904a29a2810cc7924abe07927601c91 /.screenrc
parentbe1bb85f3c6cb2a1b0632128898e0fe32fabcc2f (diff)
downloaddotfiles-6b955979f1d097b8c14fe83befb4b01f661fe54c.tar.gz
dotfiles-6b955979f1d097b8c14fe83befb4b01f661fe54c.tar.xz
screenrc: add scrollback
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc
index 379a6ec..6728d85 100644
--- a/.screenrc
+++ b/.screenrc
@@ -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