From 4772ebf11a4bd251563a79327bc4924eece69d81 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Fri, 14 Jul 2017 13:16:05 +0200 Subject: [PATCH] Update charmapTTY.py --- play zone/charmapTTY.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/play zone/charmapTTY.py b/play zone/charmapTTY.py index c3dca7bc..dec7fbab 100755 --- a/play zone/charmapTTY.py +++ b/play zone/charmapTTY.py @@ -36,7 +36,6 @@ def updateCharMap(screen): def autoDecodeVCSA(allData): allText = [] allAttrib = [] - print(time.time() -s ) for y in range(rows): lineText = '' lineAttrib = [] @@ -44,9 +43,10 @@ def autoDecodeVCSA(allData): for x in range(cols): data = allData[i: i + 2] if data == b' \x07': - attr = 7 - ink = 7 - paper = 0 + #attr = 7 + #ink = 7 + #paper = 0 + #ch = ' ' lineAttrib.append(7) lineText += ' ' continue