How to configure for ASCII color code in embedded terminal in windows?
Answered
I am using cursive to learn clojure. The learning material includes some leiningen midje tests. Test outputs include some ASCII color code, which are not properly handled in the terminal.

How to configure the terminal to properly show color for the texts?
Please sign in to leave a comment.
What is the version of IntelliJ IDEA? Is it possible to provide a sample project to reproduce the error?
Here is my IJ version. To reproduce error. You can first install cursive,
Then check out https://github.com/iloveponies/training-day
where you can then run cmd "lein midje" in the project root to see what I see.
Still can't reproduce, sorry: https://i.imgur.com/a7Ej6WY.png
Moreover, ASCII color code from Java is colored in terminal as expected: https://i.imgur.com/BgwOnBB.png
Have a similar problem, where in Terminal (zshell with powerlevel10k) the ASCII colors/symbols are not printed
Please try with a sample Java project, like https://i.imgur.com/BgwOnBB.png
Is it working here? If no, please share your terminal settings.
upgrading (git -C ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k pull) powerlevel10 and now it works 👍