From: root Date: Sun, 3 Dec 2006 23:03:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4b8040bd19543c940087c71e43dcf063991912d1;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/urxvt.pm b/src/urxvt.pm index f4f2d3f5..7d5cb694 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -1125,6 +1125,10 @@ sub urxvt::anyevent::condvar::wait { } } +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