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.2 by elmex, Mon Jan 2 21:35:01 2006 UTC vs.
Revision 1.6 by root, Tue Jan 3 19:12:53 2006 UTC

1#! perl
2
1sub on_keyboard_command { 3sub on_keyboard_command {
2 my ($term, $cmd) = @_; 4 my ($term, $cmd) = @_;
3 5
4 $cmd eq "selection:rot13" 6 $cmd eq "selection:rot13"
5 and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection); 7 and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection);
8
9 ()
6} 10}
11
12sub on_sel_extend {
13 warn "hiya\n";#d#
14 ()
15}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines