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

Comparing rxvt-unicode/src/perl/matcher (file contents):
Revision 1.29 by sf-exg, Sun Jun 15 21:06:53 2014 UTC vs.
Revision 1.30 by sf-exg, Sat Jun 21 14:11:18 2014 UTC

234 my $rend = $line->r; 234 my $rend = $line->r;
235 235
236 # mark all characters as underlined. we _must_ not toggle underline, 236 # mark all characters as underlined. we _must_ not toggle underline,
237 # as we might get called on an already-marked url. 237 # as we might get called on an already-marked url.
238 &{$matcher->[2]} 238 &{$matcher->[2]}
239 for @{$rend}[ $-[0] .. $+[0] - 1]; 239 for @{$rend}[$-[0] .. $+[0] - 1];
240 240
241 $line->r ($rend); 241 $line->r ($rend);
242 } 242 }
243 } 243 }
244 244

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines