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.7 by root, Mon Feb 6 06:14:08 2006 UTC vs.
Revision 1.9 by root, Wed Jun 6 15:06:41 2012 UTC

1#! perl 1#! perl
2
3#:META:X_RESOURCE:%.:string:autotransform expression
2 4
3sub msg { 5sub msg {
4 my ($self, $msg) = @_; 6 my ($self, $msg) = @_;
5 7
6 my $overlay = $self->overlay (0, 0, $self->strwidth ($msg), 1); 8 my $overlay = $self->overlay (0, 0, $self->strwidth ($msg), 1);
50 s/[\x00-\x1f\x80-\x9f]/·/g; 52 s/[\x00-\x1f\x80-\x9f]/·/g;
51 $self->msg ($self->special_encode ("auto-transformed to $_")); 53 $self->msg ($self->special_encode ("auto-transformed to $_"));
52 last; 54 last;
53 } 55 }
54 } 56 }
55 57
56 () 58 ()
57} 59}
58 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines