Skip to content

fix issue #37843

What does this MR do?

Fix issue #37843 (closed).

Allow bold ANSI 256 colours in the trace output of a build.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

due to a bug in the ansi html converter for the feature: Most terminals show bold coloured text in the light colour variant,

the ANSI 256 colors where also converted:

e.g. xterm-fg-123 to xterm-fg-l-123, whereas there is no CSS entry for xterm-fg-l-xxx resulting bold grey color output for any bold ANSI 256 color.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#37843 (closed)

Closes #37843 (closed)

Edited by Danny

Merge request reports