X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=f4ad23d21497d7d3e2ccadef170af3d9e8141aaa;hb=15cc8754c2e272ebac6e86845859816e881da000;hp=b013bca0464a1f850ce8a014a6876415990d70b7;hpb=ba1e9daeef0d7e6e52a9889d8f7eb61d74480cf0;p=st.git diff --git a/st.c b/st.c index b013bca..f4ad23d 100644 --- a/st.c +++ b/st.c @@ -2150,6 +2150,7 @@ redraw(void) { struct timespec tv = {0, REDRAW_TIMEOUT * 1000}; tfulldirt(); draw(); + XSync(xw.dpy, False); /* necessary for a good tput flash */ nanosleep(&tv, NULL); }