--- rxvt-unicode/src/urxvt.pm 2006/10/03 21:41:07 1.148 +++ rxvt-unicode/src/urxvt.pm 2006/12/03 23:03:52 1.149 @@ -1125,6 +1125,10 @@ } } +sub urxvt::anyevent::one_event { + Carp::croak "AnyEvent->one_event blocking wait unsupported in urxvt, use a non-blocking API"; +} + package urxvt::term; =head2 The C Class