diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:17 +0000 |
commit | 741abcb2d82791819d66b7aa7a3937a731674046 (patch) | |
tree | 422006ac7b5e5e56826d4f01f92f9dd9be3ed5e5 | |
parent | Setting altscreen to on. (diff) | |
download | screen-741abcb2d82791819d66b7aa7a3937a731674046.tar.xz screen-741abcb2d82791819d66b7aa7a3937a731674046.zip |
Setting compacthist to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/screenrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/screenrc b/debian/screenrc index 39a31dc..d78f916 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -100,6 +100,10 @@ defutf8 on # Enable "alternate screen" support altscreen on +# Enable to suppress trailing blank lines when scrolling up text into the +# history buffer +compacthist on + # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------ |