From 4b8040bd19543c940087c71e43dcf063991912d1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Dec 2006 23:03:52 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1