--- rxvt-unicode/src/urxvt.pm 2007/10/31 15:17:51 1.158 +++ rxvt-unicode/src/urxvt.pm 2007/11/11 04:08:00 1.159 @@ -2057,7 +2057,7 @@ $term->{iow} = urxvt::iow ->new ->fd (fileno $term->{socket}) - ->events (urxvt::EVENT_READ) + ->events (urxvt::EV_READ) ->start ->cb (sub { my ($iow, $revents) = @_; @@ -2085,8 +2085,8 @@ =item $iow = $iow->events ($eventmask) Set the event mask to watch. The only allowed values are -C and C, which might be ORed -together, or C. +C and C, which might be ORed +together, or C. =item $iow = $iow->start