From: Iain Patterson Date: Thu, 22 Jul 2010 15:05:39 +0000 (+0100) Subject: More scrollback in screen. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=5346a0d81a21e71e39fb3ebf1f76bc6668e46533 More scrollback in screen. Memory is cheap. Save 512 lines instead of 100. --- diff --git a/.screenrc b/.screenrc index 7f8ab49..eeb8491 100644 --- a/.screenrc +++ b/.screenrc @@ -9,6 +9,9 @@ startup_message off windowlist title "%{= wb}%{+r}[%H %Y-%m-%d %0c:%s]%{-r} windows%<%=%l" windowlist string "%{+ .b}%{+ g}%3n%f%{+ w} %t" +# Save more scrollback. +defscrollback 512 + ################################################################################ # Hotkeys. ################################################################################