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?

0
6 comments

What is the version of IntelliJ IDEA? Is it possible to provide a sample project to reproduce the error? 

0
Avatar
Permanently deleted user

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.

0

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

0

Have a similar problem, where in Terminal (zshell with powerlevel10k) the ASCII colors/symbols are not printed

0

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. 

0

upgrading (git -C ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k pull) powerlevel10 and now it works 👍

0

Please sign in to leave a comment.