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
Currently checking the color support based on `ANSICON`, `ConEmuANSI=ON` or
`TERM=xTerm` is done only for Widows. I could not find any reason as to
why and it does not make much sense as it is. Especially if we consider
that `TERM=xTerm` is a term check and we do another one (not Widows
specific) which is `TERM_PROGRAM=Hyper`.
This potentially fixes#45917.
This also looks more in line with the intent (based on the title) of
!27831 and !27794.
0 commit comments