From a55789a881356bff9acdfe48b5acae8c3b136ddf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 25 Apr 2019 21:00:00 -0400 Subject: [PATCH] Be a bit more colorful. --- sst.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sst.py b/sst.py index 20f67b0..b2067e9 100755 --- a/sst.py +++ b/sst.py @@ -5356,6 +5356,9 @@ def sectscan(goodScan, i, j): 'C':LIGHTRED, 'R':LIGHTRED, 'T':LIGHTRED, + '@':LIGHTGREEN, + 'P':LIGHTGREEN, + '?':MAGENTA, }.get(game.quad[i][j], DEFAULT)) proutn("%c " % game.quad[i][j]) textcolor(DEFAULT) -- 2.31.1