This commit is contained in:
2026-02-09 19:43:49 -05:00
parent a0883a7f4a
commit 956863631a
18 changed files with 4509 additions and 6 deletions

3
st.c
View File

@@ -1221,6 +1221,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