@@ -1295,6 +1295,9 @@ tsetchar(Rune u, Glyph *attr, int x, int y)
term.dirty[y]=1;
term.line[y][x]=*attr;
term.line[y][x].u=u;
if(isboxdraw(u))
term.line[y][x].mode|=ATTR_BOXDRAW;
}
void
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.