Closed Andrew-Eathan closed 2 years ago
removing the colors is a bad idea, it would literally be a regression..there is surely a fix for this kind of problem
It uses truecolor (full rgb colors) right now which might not be supported by windows 7 I guess. I could make a build only using 8 bit terminal colors and see if that works for you. Otherwise yeah will need to make one without colors or have it as a setting
Yeah looks like it's only supported by windows 10 and above. Maybe you could try and see if you could enable it yourself somewhere while I get to it
You can disable colors now with the nocolor
setting in your autorun/settings.toml
file in the [autorun]
section. Try that out @Andrew-Eathan
(This is on bleeding edge / 1.2.0-beta2, so get it from https://github.com/Vurv78/Autorun-rs/actions/runs/2045245369)
closing since you added a workaround, thanks
probably because of color stuff, you could remove color prints if the OS is windows 7, though i know there's a way to print color