-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Strange coloring issue on Windows Terminal + MSys2 #66
Comments
Thank you I'll look into this and have a fix for it soon. Will include in next minor release end of week |
Oh, I am dying to hear what the problem is, I'm still trying to puzzle it out, browsing your code and tweaking my environment. What is causing this? |
I haven't done enough digging to know exactly but I assume the answer is likely found here msys2/MSYS2-packages#1494 |
this can be solved by enabling virtual terminal for windows luckily erdtree uses ansi_term::enable_ansi_support() |
Thanks @fawni ! I'll be sure to enable it and include it in tomorrow's release :) |
Thanks @solidiquis, look forward to trying it and closing this issue :) |
@cbeust Just published a new release that should have that issue resolved. I'll leave this issue open until someone can confirm for me that the issue is indeed resolved :] Also I'm not sure what your means of installing |
Thanks chief! |
The naked command issues the ANSI codes but they are not being processed. However, piping it through
cat
works:Windows 10, MSys2, Windows Terminal.
The text was updated successfully, but these errors were encountered: