liamg / darktile

:waning_crescent_moon: Darktile is a GPU rendered terminal emulator designed for tiling window managers.
MIT License
3.03k stars 113 forks source link

ANSI CSI 22m should also turn off bold #338

Closed sawka closed 2 years ago

sawka commented 2 years ago

https://en.wikipedia.org/wiki/ANSI_escape_code

Can test in a different terminal with:

printf "\e[1mHELLO \e[22mhello \e[0m\n"