Curses is not currently a problem.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2017 23:45:56 +0000 (18:45 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2017 23:45:56 +0000 (18:45 -0500)
sst.py

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: