X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=0bb0a5b430f77751d2d1aed41507fa3aa47ef9a3;hp=234d37ba9b1d324c4f72040d73241c15db7eda62;hb=e70b40fc0698a0d6d3d9eebb102c25064662da94;hpb=467b74d816d5376c9c6bd66f20cfe6f740d2ab8b diff --git a/sst.py b/sst.py index 234d37b..0bb0a5b 100755 --- 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: