diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:31:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:31:29 +0000 |
commit | d09014f42df0509853de6c296cc84b518f897298 (patch) | |
tree | 8610748f20d1ebd140c504eeab743602c0e20058 /debian | |
parent | Setting altscreen to on. (diff) | |
download | screen-d09014f42df0509853de6c296cc84b518f897298.tar.xz screen-d09014f42df0509853de6c296cc84b518f897298.zip |
Setting compacthist to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 # ------------------------------------------------------------------------------ |