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

Comparing rxvt-unicode/src/perl/selection-popup (file contents):
Revision 1.4 by root, Mon Jan 9 04:19:36 2006 UTC vs.
Revision 1.5 by root, Mon Jan 9 06:29:47 2006 UTC

44 my $orig = $_; 44 my $orig = $_;
45 $cb->(); 45 $cb->();
46 46
47 if ($orig ne $_) { 47 if ($orig ne $_) {
48 $self->selection ($_); 48 $self->selection ($_);
49 s/[\x00-\x1f\x80-\x9f]/ยท/g;
49 $self->msg ("Selection replaced by", $_); 50 $self->msg ("Selection replaced by", $_);
50 } 51 }
51 } 52 }
52 }); 53 });
53 }; 54 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines