Skip to content

stream.feed('\x1b[48m') causing python error #115

@micalamb

Description

@micalamb

I'm getting a python error if I do:

import pyte
screen = pyte.Screen(80, 24)
stream = pyte.Stream(screen)
stream.feed('\x1b[48m')

Maybe that is invalid? I'm getting it sent from a telnet server.

By the way thank you so much for this project its been a real lifesaver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions