noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Terminal Text Color Not Displayed #521

Open mia1024 opened 7 years ago

mia1024 commented 7 years ago

Hi, I really like this package. Is there any way to display the text color on the terminal-panel? For example, when I run make in terminal, there will be colored text indicating whether there is a warning or error. But that color is not displayed in atom, which makes it very hard to see the output.

noseglid commented 6 years ago

Detection if the terminal supports ANSI colors can be a bit spotty. I've gone to great lengths to emulate it but may have missed some cases. Could you detail how your make and your environment detects ANSI support?

mia1024 commented 5 years ago

For this particular issue, I'm using sphinx-docs. The make command invokes sphinx-build command, which gives colored output.