This commit is contained in:
2024-06-03 10:40:39 +01:00
parent a53aea5708
commit 4efa966e2a
9 changed files with 486 additions and 33 deletions

View File

@@ -1215,6 +1215,9 @@ tsetchar(Rune u, const 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