--- rxvt-unicode/src/perl/selection 2006/01/02 21:35:01 1.2 +++ rxvt-unicode/src/perl/selection 2006/01/02 21:36:03 1.3 @@ -3,4 +3,6 @@ $cmd eq "selection:rot13" and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection); + + () }