--- rxvt-unicode/src/rxvttoolkit.C 2004/12/15 00:53:23 1.7 +++ rxvt-unicode/src/rxvttoolkit.C 2004/12/15 05:30:40 1.8 @@ -277,13 +277,7 @@ void rxvt_display::flush () { - for (;;) - { - if (!XPending (display)) - break; - - x_cb (x_ev, 0); - } + XFlush (display); } void rxvt_display::reg (xevent_watcher *w)