repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 8a094093b7361c0d2ecb887ed2ffb7666d8208a2: path_to: revision_to:
commit 8a094093b7361c0d2ecb887ed2ffb7666d8208a2 Author: Robin RedekerDate: 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
--- 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-----