I just installed a GCC compiler on my machine (TDM-GCC). Every time I get an error message, that line is highlighted red in CMD and all the lines after are highlighted red until I close the window. How do I get rid of this?
You can use -fdiagnostics-color=never to disable the color-output of GCC (docs)
-fdiagnostics-color=never
However, there seems to be an issue with your terminal.
1.4m articles
1.4m replys
5 comments
57.0k users