projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a1917
)
Be a bit more colorful.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 26 Apr 2019 01:00:00 +0000
(21:00 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 26 Apr 2019 01:00:00 +0000
(21:00 -0400)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index 20f67b0f6e3736d8003b781fc3fad69b219c71b9..b2067e965cfa4863bf58e7a9f9a03cf647363a6b 100755
(executable)
--- 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)