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
mingw: set $env:TERM=xterm-256color for newer OSes
For windows builds >= 15063 set $env:TERM to xterm-256color because they
have a more capable console system that supports this. Also set
$env:COLORTERM=truecolor if unset.
See #3629 regarding problems caused by always setting
$env:TERM=cygwin.
This is the same heuristic used by the Cygwin runtime.
Signed-off-by: Rafael Kitover <[email protected]>
0 commit comments