pyte
pyte copied to clipboard
Don't skip text after an unprintable character
Reproduction example:
import pyte
screen = pyte.Screen(80, 24)
screen.draw("\x02abacaba")
print(screen.display[0]) # returns spaces only, should return abacaba