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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is both an issue and a question. Why is the following ansi generated for truecolor? https://github.com/cwensley/pablodraw/blob/main/Source/Pablo/Formats/Character/Types/Ansi.cs#L186 https://github.com/cwensley/pablodraw/blob/main/Source/Pablo/Formats/Character/Types/Ansi.cs#L195 Instead of \x1b[48;2;r;g;bm and \x1b[38;2;r;g;bm? I ran into this issue trying to display ans files in the terminal, and couldn't figure out from where this ansi came.
\x1b[48;2;r;g;bm
\x1b[38;2;r;g;bm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is both an issue and a question. Why is the following ansi generated for truecolor?
https://github.com/cwensley/pablodraw/blob/main/Source/Pablo/Formats/Character/Types/Ansi.cs#L186
https://github.com/cwensley/pablodraw/blob/main/Source/Pablo/Formats/Character/Types/Ansi.cs#L195
Instead of
\x1b[48;2;r;g;bm
and\x1b[38;2;r;g;bm
? I ran into this issue trying to display ans files in the terminal, and couldn't figure out from where this ansi came.The text was updated successfully, but these errors were encountered: