Hi I installed cygwin version 3.1.5 on a Win10 mashine. When I use maven for example then the output is not really correct. The square brackets are shown in a wrong way. Here an example
[?[1;34mINFO?[m] ?[1m------------------------------------------------------------------------?[m
[?[1;34mINFO?[m] ?[1;32mBUILD SUCCESS?[m
[?[1;34mINFO?[m] ?[1m------------------------------------------------------------------------?[m
[?[1;34mINFO?[m] Total time: 2:42 min
[?[1;34mINFO?[m] Finished at: 2020-06-10T15:26:07+02:00
[?[1;34mINFO?[m] ?[1m------------------------------------------------------------------------?[m
I can't figure out if this could be a locale problem because I don't understand how to change it and if it is really there the problem. Have someone of you some tips?
UPDATE -11.06.2020:
I found that probably the maven version could be the problem. For me this sounds strange. I run maven version 3.6.3: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000687110-Using-Mingw-as-terminal-doesn-t-display-ANSI-colors-in-Maven-output
Thanks a lot