]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Increase screen's scrollback buffer.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Jan 2009 16:06:22 +0000 (17:06 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:41 +0000 (16:34 +0100)
Very useful when building applications to read the output. 5000 lines was not
enough for me.

screenrc

index f6e5d971ad6ed8aca28ecafa200364aec277401a..3f481075f46759af97a48d04ab69507483ad1c4a 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -9,8 +9,8 @@ escape ??
 # As "?" is the escape key, bind <C-h> to display the help window.
 bind ^H help
 
-# Increase the scrollback buffer to 5000 lines.
-defscrollback 5000
+# Increase the scrollback buffer.
+defscrollback 10000
 
 # Bind P to paste the buffer content, like Vim's p.
 bind P paste .