--- rxvt-unicode/src/perl/selection-pastebin 2006/01/18 10:39:20 1.7 +++ rxvt-unicode/src/perl/selection-pastebin 2006/01/18 11:05:09 1.8 @@ -43,7 +43,7 @@ my $timer; $timer = urxvt::timer ->new - ->start (urxvt::NOW + 5) + ->after (5) ->cb (sub {undef $timer; undef $ov; }); }