Entirely new build of st.

This commit is contained in:
Bartek Stalewski 2022-03-31 16:59:59 +02:00
parent bf48ec37c4
commit 98cc7e0222
17 changed files with 67 additions and 694 deletions

View file

@ -2804,8 +2804,7 @@ 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.line[term.ocy], term.col);
term.ocx, term.ocy, term.line[term.ocy][term.ocx]);
term.ocx = cx;
term.ocy = term.c.y;
xfinishdraw();