We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Wikipedia mentions that colour formatting ansi codes are in the format:
CSI n1 [;n2 [; ...]] m
Your parser doesn't support:
\x1b[0;;m
This is what a program I'm using outputs. Would it be hard for you to add support for this?
Thanks! Nebster
The text was updated successfully, but these errors were encountered:
Support for CSI ED and CSI HVP
f7db0e1
No branches or pull requests
Hey,
Wikipedia mentions that colour formatting ansi codes are in the format:
Your parser doesn't support:
This is what a program I'm using outputs. Would it be hard for you to add support for this?
Thanks!
Nebster
The text was updated successfully, but these errors were encountered: