Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
3.5.0
-
None
-
None
-
Windows Git Bash(MinGW)
Description
Jansi checks if the platform is Windows to decide if coloring needs to be handled differently. In the case that MinGW is detected it will handle coloring as if it was running on Unix.
The test in Jansi 1.13 is if the enviroment variable TERM == "xterm", but MinGW returns "xterm-256color".
Since Jansi 1.14 it checks if TERM starts with "xterm".
An upgrade to Jansi 1.14 or even 1.15 fixes this issue.