all repos — st @ 76a8e5f72b542f230d7248c09efe202a12bc3771

st (suckless terminal) config

Now italic and bold works.
Christoph Lohmann 20h@r-36.net
commit

76a8e5f72b542f230d7248c09efe202a12bc3771

parent

abe85c0e997ed1882c69bde511f7e2746f68d9ab

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -2423,7 +2423,7 @@ }

if(base.mode & ATTR_ITALIC) font = &dc.ifont; - if(base.mode & (ATTR_ITALIC|ATTR_BOLD)) + if((base.mode & ATTR_ITALIC) && (base.mode & ATTR_BOLD)) font = &dc.ibfont; if(IS_SET(MODE_REVERSE)) {