patch: ligatures

This commit is contained in:
2026-01-05 20:42:21 -05:00
parent fed2a38f94
commit 7ae65ec8ed
6 changed files with 154 additions and 129 deletions

3
st.c
View File

@@ -2864,7 +2864,8 @@ draw(void)
drawregion(0, 0, term.col, term.row);
if (TSCREEN.off == 0)
xdrawcursor(cx, term.c.y, TLINE(term.c.y)[cx],
term.ocx, term.ocy, TLINE(term.ocy)[term.ocx]);
term.ocx, term.ocy, TLINE(term.ocy)[term.ocx],
TLINE(term.ocy), term.col);
term.ocx = cx;
term.ocy = term.c.y;
xfinishdraw();