fixed another small bug in selection:rot13
authorelmex <elmex>
Mon, 2 Jan 2006 21:36:03 +0000 (21:36 +0000)
committerelmex <elmex>
Mon, 2 Jan 2006 21:36:03 +0000 (21:36 +0000)
src/perl/selection

index 685d7cc049a54223096c109e4b3cb365632dfcd3..424e0988a1b0496e936dfd09d4f94eeb3d1ad799 100644 (file)
@@ -3,4 +3,6 @@ sub on_keyboard_command {
 
    $cmd eq "selection:rot13"
       and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection);
+
+   ()
 }