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

3
st.c
View File

@@ -2692,7 +2692,8 @@ draw(void)
drawregion(0, 0, term.col, term.row);
xdrawcursor(cx, term.c.y, term.line[term.c.y][cx],
term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
term.ocx, term.ocy, term.line[term.ocy][term.ocx],
term.line[term.ocy], term.col);
term.ocx = cx;
term.ocy = term.c.y;
xfinishdraw();