Skip to content

AnsiHighlighter: fix not bold ANSI code

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:bug_ansi into master

The issue appears when --no-ansi-background is not used

Replace 21 ANSI code (doubly underlined¹ OR not bold²) with 22 ANSI code (normal intensity)

¹ konsole, kitty, etc ² xterm based: xterm, alacritty, urxvt, etc

Merge request reports