st.c | 4 ++-- diff --git a/st.c b/st.c index 655d5a330555608bbdff962e12d506e944d1fd94..4e208d4c09590f81ecc76004d78b266507e522b7 100644 --- a/st.c +++ b/st.c @@ -2059,7 +2059,7 @@ xdraws(term.line[oldy][oldx].c, term.line[oldy][oldx], oldx, oldy, 1, sl); } else xclear(oldx, oldy, oldx, oldy); - xcopy(oldx, oldy, 1, 1); + xcopy(); /* draw the new one */ if(!(term.c.state & CURSOR_HIDE)) { @@ -2074,7 +2074,7 @@ xdraws(g.c, g, term.c.x, term.c.y, 1, sl); oldx = term.c.x, oldy = term.c.y; } - xcopy(term.c.x, term.c.y, 1, 1); + xcopy(); } void