d4rckh/vaf

[bug] bad coloring on windows

d4rckh opened this issue · 4 comments

Describe the bug
Color codes are not working properly on cmd.exe

Expected behavior
Text should be properly colored on all platforms

Screenshots
image

Operating system (please complete the following information):

  • OS: Windows 10

We could use this:

https://github.com/daanbreur/AdventofCode/blob/ebc3aafa1091c643a45054c2097446d30f4cb45b/2021/launcher.py#L31-L32

I wrote it a while ago in python but ansi is ansi.
Im not sure if it works on linux though. Probably only in TrueColor terminals

We could use this:

https://github.com/daanbreur/AdventofCode/blob/ebc3aafa1091c643a45054c2097446d30f4cb45b/2021/launcher.py#L31-L32

I wrote it a while ago in python but ansi is ansi. Im not sure if it works on linux though. Probably only in TrueColor terminals

we can

After discussing we have decided we wont fix this.
Due to that we would need to change all colors to old colors.

fixed in v2