Skip to content

Bugfix: Parse ansi colors correctly when there are more than 10 graph lines #795

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

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

CKolkey
Copy link
Member

@CKolkey CKolkey commented Aug 29, 2023

Discovered a bug with ansi parsing: if there were more than 9 graph characters, it would loop back over. Bad choice to use a dictionary. Switch to stack, no problems.

@CKolkey CKolkey merged commit e3f488c into master Aug 29, 2023
@CKolkey CKolkey deleted the fix-ansi-parsing branch August 29, 2023 18:22
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

Successfully merging this pull request may close these issues.

1 participant