From e70b40fc0698a0d6d3d9eebb102c25064662da94 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 28 Feb 2017 18:45:56 -0500 Subject: [PATCH] Curses is not currently a problem. --- sst.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.31.1