summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-07-01 08:36:48 +0500
committerpryazha <pryadeiniv@mail.ru>2025-07-01 08:36:48 +0500
commit7a35432782a8bb38429854180a7d16f82edec34a (patch)
tree85ba292c29cb28fa7e75dd65bb4b7f26102982f2 /st.c
parentd18e6eb27e002872429d3f931bc08d6af816e1f7 (diff)
changes (apparently)
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7371554..0a894fc 100644
--- a/st.c
+++ b/st.c
@@ -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();