Skip to content
New issue

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

Terminal colors don't work on windows 7 #50

Closed
Andrew-Eathan opened this issue Mar 26, 2022 · 5 comments
Closed

Terminal colors don't work on windows 7 #50

Andrew-Eathan opened this issue Mar 26, 2022 · 5 comments
Labels
A-CLI Area: Command Line Interface R-Bug Something isn't working S-Medium Severity: Medium

Comments

@Andrew-Eathan
Copy link

image
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

@YohSambre
Copy link

removing the colors is a bad idea, it would literally be a regression..there is surely a fix for this kind of problem

@Vurv78
Copy link
Owner

Vurv78 commented Mar 26, 2022

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

@Vurv78 Vurv78 changed the title console looks kinda like vomit on win7 Terminal colors don't work on windows 7 Mar 26, 2022
@Vurv78 Vurv78 added R-Bug Something isn't working A-CLI Area: Command Line Interface S-Medium Severity: Medium labels Mar 26, 2022
@Vurv78
Copy link
Owner

Vurv78 commented Mar 26, 2022

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

@Vurv78
Copy link
Owner

Vurv78 commented Mar 26, 2022

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)

@Andrew-Eathan
Copy link
Author

Andrew-Eathan commented May 15, 2022

closing since you added a workaround, thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-CLI Area: Command Line Interface R-Bug Something isn't working S-Medium Severity: Medium
Projects
None yet
Development

No branches or pull requests

3 participants