diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:36:48 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:36:48 +0500 |
commit | 7a35432782a8bb38429854180a7d16f82edec34a (patch) | |
tree | 85ba292c29cb28fa7e75dd65bb4b7f26102982f2 /st.c | |
parent | d18e6eb27e002872429d3f931bc08d6af816e1f7 (diff) |
changes (apparently)
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2671,7 +2671,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(); |