X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=inline;f=st.c;h=8074df97285b76152bf02c02597ca2b129665286;hb=082bab29f3551e5cee332832ff767c3fb65a5cbc;hp=d47bebc5aa76c544541b6a3efa2c482323403756;hpb=ac4c6da4ef9b05e2886c26272745effc4f975042;p=st.git diff --git a/st.c b/st.c index d47bebc..8074df9 100644 --- a/st.c +++ b/st.c @@ -2530,7 +2530,7 @@ xdraws(char *s, Glyph base, int x, int y, int charlen, int bytelen) { xclear(0, (y == 0)? 0 : winy, borderpx, winy + xw.ch + ((y >= term.row-1)? xw.h : 0)); } - if(x + charlen >= term.col) + if(x + charlen >= term.col) { xclear(winx + width, (y == 0)? 0 : winy, xw.w, ((y >= term.row-1)? xw.h : (winy + xw.ch))); }