More scrollback in screen.
authorIain Patterson <me@iain.cx>
Thu, 22 Jul 2010 15:05:39 +0000 (16:05 +0100)
committerIain Patterson <me@iain.cx>
Tue, 3 Aug 2010 15:12:47 +0000 (16:12 +0100)
Memory is cheap.  Save 512 lines instead of 100.

.screenrc

index 7f8ab49..eeb8491 100644 (file)
--- 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.
 ################################################################################