I am trying to write a C ++ application with Clion that uses color console output using ASCII sequences. When I run the program in Clion, colors are not displayed. But when I run the program in my terminal, I see the colors.
Is there a hidden parameter that I must allow for this?
EDIT: I meant ANSI
source
share