From 5488a21217b228ef0cf3c1b08f23e6cdd5718944 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 27 Feb 2022 13:32:20 +0000 Subject: [PATCH] dot/screenrc: Erase to current background colour by default. Some programs expect this and produce rubbish otherwise. --- dot/screenrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot/screenrc b/dot/screenrc index d8c31c3..5962a63 100644 --- a/dot/screenrc +++ b/dot/screenrc @@ -11,6 +11,9 @@ vbell off ## Maintain a decent amount of scrool. defscrollback 10000 +## Terminal behaviour. +defbce on + ## Snooping. defmonitor on defsilence on -- 2.11.0