From b1e1c9d69fd661d432c7102d9e5318c2eac8d7c3 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 18 Jul 2019 09:00:04 +0100 Subject: [PATCH] Add colour attributes to .screenrc. --- .screenrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.screenrc b/.screenrc index 9f403a7..7748970 100644 --- a/.screenrc +++ b/.screenrc @@ -20,6 +20,9 @@ startup_message off vbell off bell_msg "^GBell in window %n - %t" vbell_msg "Bell in window %n - %t" +rendition bell =b y +rendition monitor =b g +rendition silence =b c # Linux console doesn't support underlining, so use a colour attribute instead. attrcolor u "-u c"