ligatures

This commit is contained in:
2026-02-09 19:46:15 -05:00
parent 956863631a
commit 62b0042a8c
15 changed files with 980 additions and 138 deletions

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