Italic mode not supported in colorize

I’m wondering why italic is not supported in colorize mode. :thinking:
Using ANSI syntax (“\e[3mTEXT\e[0m”), I get the expected result in the Gnome terminal.

They are (were?) not widely supported, but it seems \e[3m is indeed a standard escape code in ECMA-48. I think we should add it (along with fast blink and strikethrough)

3 Likes