--- rxvt-unicode/src/command.C 2007/12/11 03:30:47 1.372 +++ rxvt-unicode/src/command.C 2007/12/11 15:42:51 1.373 @@ -1051,7 +1051,7 @@ display->flush (); if (want_refresh && !ev_is_active (&flush_ev)) - flush_ev.start (1. / 60.); // refresh at max. 60 Hz normally + flush_ev.again (); } void @@ -1478,7 +1478,7 @@ case MapNotify: mapped = 1; #ifdef TEXT_BLINK - text_blink_ev.start (TEXT_BLINK_INTERVAL); + text_blink_ev.again (); #endif HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END)); break;