From: Eric S. Raymond Date: Tue, 28 Feb 2017 23:45:56 +0000 (-0500) Subject: Curses is not currently a problem. X-Git-Tag: 2.2~11 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=e70b40fc0698a0d6d3d9eebb102c25064662da94 Curses is not currently a problem. --- diff --git a/sst.py b/sst.py index a950666..0bb0a5b 100755 --- 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: