@ -2408,7 +2408,7 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) {
if(base.mode&ATTR_ITALIC)
font=&dc.ifont;
if(base.mode&(ATTR_ITALIC|ATTR_ITALIC))
if(base.mode&(ATTR_ITALIC|ATTR_BOLD))
font=&dc.ibfont;
if(IS_SET(MODE_REVERSE)){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.