Added ligatures patch

This commit is contained in:
mackarelfish
2020-05-12 03:46:52 +07:00
parent fdf3989005
commit 4edc7282ab
8 changed files with 175 additions and 12 deletions

3
st.c
View File

@ -2747,7 +2747,8 @@ draw(void)
drawregion(0, 0, term.col, term.row);
if (term.scr == 0)
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();