diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:16 +0000 |
commit | cb920417fdfe1813ac1db70aec6126faaef0068e (patch) | |
tree | d5be86737b8e27e04ef028c0c3fa9cec3b0fc77c /debian | |
parent | Setting hardstatus to alwayslastline. (diff) | |
download | screen-cb920417fdfe1813ac1db70aec6126faaef0068e.tar.xz screen-cb920417fdfe1813ac1db70aec6126faaef0068e.zip |
Setting altscreen to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 # ------------------------------------------------------------------------------ |