X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/ba1e9daeef0d7e6e52a9889d8f7eb61d74480cf0..15cc8754c2e272ebac6e86845859816e881da000:/st.c?ds=inline 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); }