mihnita / ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
http://www.mihai-nita.net/java/
Other
90 stars 25 forks source link

Ansi Console doesn't recognize GCC color escape sequences #48

Closed intractabilis closed 4 years ago

intractabilis commented 4 years ago

GCC accurately issues the color escape sequences, I can see colors in the terminal, but Ansi Console ignores the escapes. I attached buildlog.txt with the contents of the Eclipse console and two screenshots how it looks like in Eclipse and in a terminal.

buildlog.txt

new-239 new-240

mihnita commented 4 years ago

Should be fixed now. Thanks.

intractabilis commented 4 years ago

It works!