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 | f3d17fabab1771aa9dc738300b8fa06aa7db2f33 (patch) | |
tree | 9066b130af23e2bd87d43b7d27c84fb54707a277 /debian | |
parent | Setting hardstatus to alwayslastline. (diff) | |
download | screen-f3d17fabab1771aa9dc738300b8fa06aa7db2f33.tar.xz screen-f3d17fabab1771aa9dc738300b8fa06aa7db2f33.zip |
Setting altscreen to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/screenrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/screenrc b/debian/screenrc index ff0fe54..39a31dc 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -97,6 +97,9 @@ defnonblock 5 # UTF-8 encoded and vice versa. defutf8 on +# Enable "alternate screen" support +altscreen on + # ------------------------------------------------------------------------------ # STARTUP SCREENS # ------------------------------------------------------------------------------ |