Patch ligatures

This commit is contained in:
Hektor Misplon
2020-05-07 15:51:18 +00:00
parent ebd303aff1
commit db594586bc
17 changed files with 5132 additions and 11 deletions

View File

@@ -2585,7 +2585,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();
xximspot(term.ocx, term.ocy);