Hi

Does the output window support the ability to display ansi colors? (it
doesn't work by default, just wondering if there is a setting used to turn
it on, the window can def display color as it already does).

https://en.wikipedia.org/wiki/ANSI_escape_code

Example

System.out.println("\u001B[91m" + "This text is red!" + "\u001B[0m");

Reply via email to