From e21f506982168662ae6c5d0bf4d8f65afa2c67d1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 27 Jan 2009 17:06:22 +0100 Subject: [PATCH] Increase screen's scrollback buffer. Very useful when building applications to read the output. 5000 lines was not enough for me. --- screenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenrc b/screenrc index f6e5d97..3f48107 100644 --- a/screenrc +++ b/screenrc @@ -9,8 +9,8 @@ escape ?? # As "?" is the escape key, bind 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 . -- 2.44.1