ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.148 by root, Tue Oct 3 21:41:07 2006 UTC vs.
Revision 1.149 by root, Sun Dec 3 23:03:52 2006 UTC

1121 1121
1122sub urxvt::anyevent::condvar::wait { 1122sub urxvt::anyevent::condvar::wait {
1123 unless (${$_[0]}) { 1123 unless (${$_[0]}) {
1124 Carp::croak "AnyEvent->condvar blocking wait unsupported in urxvt, use a non-blocking API"; 1124 Carp::croak "AnyEvent->condvar blocking wait unsupported in urxvt, use a non-blocking API";
1125 } 1125 }
1126}
1127
1128sub urxvt::anyevent::one_event {
1129 Carp::croak "AnyEvent->one_event blocking wait unsupported in urxvt, use a non-blocking API";
1126} 1130}
1127 1131
1128package urxvt::term; 1132package urxvt::term;
1129 1133
1130=head2 The C<urxvt::term> Class 1134=head2 The C<urxvt::term> Class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines