610af6d0b285 — Eric S. Raymond 5 years ago
Be a bit more colorful.
1 files changed, 3 insertions(+), 0 deletions(-)

M sst.py
M sst.py +3 -0
@@ 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)