Curses is not currently a problem.
[super-star-trek.git] / sst.py
diff --git a/sst.py b/sst.py
index 234d37ba9b1d324c4f72040d73241c15db7eda62..0bb0a5b430f77751d2d1aed41507fa3aa47ef9a3 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -2608,7 +2608,7 @@ def wait():
         if key  != "IHEOL":
             break
         proutn(_("How long? "))
-    scanner.chew()
+        scanner.chew()
     if key != "IHREAL":
         huh()
         return
@@ -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: