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

Comparing rxvt-unicode/src/perl/selection-autotransform (file contents):
Revision 1.1 by root, Thu Jan 12 12:05:28 2006 UTC vs.
Revision 1.3 by root, Fri Jan 13 04:19:41 2006 UTC

42 $transform->(); 42 $transform->();
43 if ($text ne $_) { 43 if ($text ne $_) {
44 $self->selection ($_); 44 $self->selection ($_);
45 s/[\x00-\x1f\x80-\x9f]/·/g; 45 s/[\x00-\x1f\x80-\x9f]/·/g;
46 $self->msg ($self->special_encode ("auto-transformed to $_")); 46 $self->msg ($self->special_encode ("auto-transformed to $_"));
47 last;
47 } 48 }
48
49 last;
50 } 49 }
51 50
52 () 51 ()
53} 52}
54 53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines