Update charmapTTY.py

This commit is contained in:
chrys87 2017-07-14 13:18:24 +02:00 committed by GitHub
parent 4772ebf11a
commit c97f059775

View File

@ -49,6 +49,7 @@ def autoDecodeVCSA(allData):
#ch = ' ' #ch = ' '
lineAttrib.append(7) lineAttrib.append(7)
lineText += ' ' lineText += ' '
i += 2
continue continue
(sh,) = struct.unpack("=H", data) (sh,) = struct.unpack("=H", data)
attr = (sh >> 8) & 0xFF attr = (sh >> 8) & 0xFF