Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in SGR parsing with multiple digits. #1

Closed
wsowens opened this issue Nov 3, 2020 · 1 comment
Closed

Error in SGR parsing with multiple digits. #1

wsowens opened this issue Nov 3, 2020 · 1 comment

Comments

@wsowens
Copy link
Owner

wsowens commented Nov 3, 2020

SGR command doesn't accept numbers with leading zeroes.

Example (represented with a Python string):

"\x1b[01;34m__pycache__\x1b[0m"

This is returned as "TODO deadEndsToString", related to this issue.

@wsowens
Copy link
Owner Author

wsowens commented Nov 8, 2020

Fixed as of 5723018

@wsowens wsowens closed this as completed Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant