--- rxvt-unicode/src/rxvttoolkit.C 2008/01/26 11:37:51 1.94 +++ rxvt-unicode/src/rxvttoolkit.C 2008/01/26 12:03:36 1.95 @@ -571,12 +571,15 @@ } } } + + flush_ev.start (); } void rxvt_display::flush_cb (ev::prepare &w, int revents) { - w.stop (); + x_cb(x_ev,0);//D XFlush (dpy); + w.stop (); } void rxvt_display::reg (xevent_watcher *w)