projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93e6e84
)
fixed another small bug in selection:rot13
author
elmex
<elmex>
Mon, 2 Jan 2006 21:36:03 +0000
(21:36 +0000)
committer
elmex
<elmex>
Mon, 2 Jan 2006 21:36:03 +0000
(21:36 +0000)
src/perl/selection
patch
|
blob
|
history
diff --git
a/src/perl/selection
b/src/perl/selection
index 685d7cc049a54223096c109e4b3cb365632dfcd3..424e0988a1b0496e936dfd09d4f94eeb3d1ad799 100644
(file)
--- 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);
+
+ ()
}