diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:15 +0000 |
commit | d972cc5a2878b2d413bd7177d2564b7549978d33 (patch) | |
tree | 90f2254ff09ffae9d8271ea399525b4a35d3a932 | |
parent | Setting vbell to off. (diff) | |
download | screen-d972cc5a2878b2d413bd7177d2564b7549978d33.tar.xz screen-d972cc5a2878b2d413bd7177d2564b7549978d33.zip |
Setting defscrollback to 100000.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/screenrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/screenrc b/debian/screenrc index 5f77f5e..96ebb8a 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -32,7 +32,7 @@ vbell off vbell_msg " Wuff ---- Wuff!! " # define a bigger scrollback, default is 100 lines -defscrollback 1024 +defscrollback 100000 # ------------------------------------------------------------------------------ # SCREEN KEYBINDINGS |