repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 8a094093b7361c0d2ecb887ed2ffb7666d8208a2:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 8a094093b7361c0d2ecb887ed2ffb7666d8208a2
Author: Robin Redeker 
Date:   Mon Jan 2 21:36:03 2006 +0000

    fixed another small bug in selection:rot13

diff --git a/src/perl/selection b/src/perl/selection
index 685d7cc049a54223096c109e4b3cb365632dfcd3..
index ..424e0988a1b0496e936dfd09d4f94eeb3d1ad799 100644
--- a/src/perl/selection
+++ b/src/perl/selection
@@ -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);
+
+   ()
 }

-----END OF PAGE-----