Open mdsitton opened 6 years ago
The terminal is not a real tty, and normally programs do not add colour codes then. However, I've seen that on Windows that programs does not identify tty correctly and add colour codes indiscriminately. What OS are you on, and if Windows, which Posix system are you using?
See below the output I get when building my cmake project. CMake outputs various color escapes and the build console does not look to be able to handle them, so it ends up with some garbled output at times.
I'd prefer color highlighting support if possible, but just adding the ability to strip out the color escape codes would be fine as well.