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:
cb66880
)
Curses is not currently a problem.
author
Eric S. Raymond
<esr@thyrsus.com>
Tue, 28 Feb 2017 23:45:56 +0000
(18:45 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Tue, 28 Feb 2017 23:45:56 +0000
(18:45 -0500)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index a95066624084ac0d96abae9ee220530fd8ead732..0bb0a5b430f77751d2d1aed41507fa3aa47ef9a3 100755
(executable)
--- a/
sst.py
+++ b/
sst.py
@@
-3433,8
+3433,8
@@
def proutn(proutntline):
pause_game()
clrscr()
# Uncomment this to debug curses problems
- if logfp:
- logfp.write("#curses: at %s proutn(%s)\n" % ((y, x), repr(proutntline)))
+
#
if logfp:
+
#
logfp.write("#curses: at %s proutn(%s)\n" % ((y, x), repr(proutntline)))
curwnd.addstr(proutntline)
curwnd.refresh()
else: