|
|
|
|
|
by JdeBP
2301 days ago
|
|
I've recently found something to dislike about the coloured error messages. The default colour is restored after the newline, rather than before it. * https://github.com/llvm-mirror/clang/blob/6803cc1958b56e0bd5... I have recently set DECSCNM on in my terminal(s), which inverts everything, effectively swapping the foreground and background colours. The clang error messages now come out with unsightly large streaks of extraneous colour, as freshly erased lines caused by scrolling fill with the colour that clang has not yet turned off. clang was always doing this. But when it's the background colour it's more visible. It would be such a simple fix, that's actually in line with code elsewhere in the same class. I wonder how many years it will take to get it changed. |
|