You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Color auto-detection isn't working for mintty (git-bash) shells. Running with --color always or using winpty does show color correctly. Powershell and cmd.exe seem to work fine as well.
Color detection was working fine until I just updated via rustup. The issue is not present in beta.
The text was updated successfully, but these errors were encountered:
Looks like the update to the winapi crate in the rust repo broke tty detection. I have posted a fix at softprops/atty#28. If that goes through, we'll need to wait for a new release, and then bump the lock file in the rust repo.
Color auto-detection isn't working for
mintty
(git-bash) shells. Running with--color always
or usingwinpty
does show color correctly.Powershell
andcmd.exe
seem to work fine as well.Color detection was working fine until I just updated via rustup. The issue is not present in
beta
.The text was updated successfully, but these errors were encountered: