From 6b955979f1d097b8c14fe83befb4b01f661fe54c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 29 Nov 2009 21:51:30 +0100 Subject: screenrc: add scrollback Signed-off-by: Florian Pritz --- .screenrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.screenrc') 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 25/06/2004 -- cgit v1.2.3-24-g4f1b