-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support or explain usage in Windows console #7
Comments
Added short blurb in readme and docs |
Can you explain why this is in the |
@64 Sure: phil-opp/blog_os#603 In summary, Phillip's blog_os does terminal output. This adds colors. None of the other ANSI/terminal color crates support I raised this specific issue about Windows consoles because there's nothing about this crate that is environment specific, except that Windows requires additional configuration. I haven't really done anything more than link to MS documentation because I think it's out of the scope of this crate. Thanks for asking! |
Oh, cool! I think I half expected this to be some kind of state machine for parsing ANSI escape sequences into color info that you can use in VGA textmode (I have that in my kernel). But this also makes sense. Sorry for hijacking the issue, not entirely sure why I decided to do that. Good luck! |
Maybe |
I'm going to close this because I think the comment in the readme takes care of it. Let me know if I need to open this back up |
In a Windows console you just get garbage like this:
Probably need to investigate https://docs.microsoft.com/en-us/windows/console/console-modes
Perhaps this functionality needs to go into another crate (or perhaps someone has already implemented this in another crate)
The text was updated successfully, but these errors were encountered: