From: Eric S. Raymond Date: Fri, 26 Apr 2019 01:00:00 +0000 (-0400) Subject: Be a bit more colorful. X-Git-Tag: 2.6~7 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=a55789a881356bff9acdfe48b5acae8c3b136ddf Be a bit more colorful. --- 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)