The prior behavior would emit ANSI escape codes which set the terminal foreground color to black bold (`[30;1m`), leaving the default background color. On many terminals configured with a dark color scheme, this creates black on black characters, i.e. the output is invisible. This change moves to a better adapted output, where the output is only marked as bold (`[1m]`), which works well on all color schemes. Fixes #1243 Signed-off-by: wucke13 <wucke13@gmail.com> |
||
|---|---|---|
| .. | ||
| debug.h | ||
| failures.h | ||
| faults.h | ||
| syscall.h | ||
| types.h | ||