pablodraw icon indicating copy to clipboard operation
pablodraw copied to clipboard

Ansi for truecolor isn't standard.

Open salt-die opened this issue 1 year ago • 0 comments

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.

salt-die avatar Aug 08 '24 22:08 salt-die