Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Console color escape codes with CMake build. #362

Open
mdsitton opened this issue Jan 25, 2018 · 1 comment
Open

Console color escape codes with CMake build. #362

mdsitton opened this issue Jan 25, 2018 · 1 comment

Comments

@mdsitton
Copy link

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.

output

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.

@eidheim
Copy link
Member

eidheim commented Jan 25, 2018

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants