From: Mark Wooding Date: Sun, 27 Feb 2022 13:32:20 +0000 (+0000) Subject: dot/screenrc: Erase to current background colour by default. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/5488a21217b228ef0cf3c1b08f23e6cdd5718944 dot/screenrc: Erase to current background colour by default. Some programs expect this and produce rubbish otherwise. --- 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