Entirely new build of st.
This commit is contained in:
parent
bf48ec37c4
commit
98cc7e0222
17 changed files with 67 additions and 694 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue