diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:30:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:30:16 +0000 |
commit | e9472cf892f71f250e3403b88d2c18bc491f427e (patch) | |
tree | 78c9e019a89ca5d3fcb836933f747df342f7ca04 | |
parent | Setting vbell to off. (diff) | |
download | screen-e9472cf892f71f250e3403b88d2c18bc491f427e.tar.xz screen-e9472cf892f71f250e3403b88d2c18bc491f427e.zip |
Setting defscrollback to 100000.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |