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

Comparing rxvt-unicode/src/perl/selection (file contents):
Revision 1.56 by root, Tue Sep 4 22:41:12 2012 UTC vs.
Revision 1.57 by root, Sat Apr 26 20:51:12 2014 UTC

60 60
61 $cmd eq "selection:rot13" 61 $cmd eq "selection:rot13"
62 and $self->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $self->selection); 62 and $self->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $self->selection);
63 63
64 () 64 ()
65}
66
67sub on_keyboard_dispatch {
68 &on_user_command;
65} 69}
66 70
67sub on_init { 71sub on_init {
68 my ($self) = @_; 72 my ($self) = @_;
69 73

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines