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:
3feb56f
)
fixed code formatting
author
elmex
<elmex>
Mon, 2 Jan 2006 21:35:01 +0000
(21:35 +0000)
committer
elmex
<elmex>
Mon, 2 Jan 2006 21:35:01 +0000
(21:35 +0000)
src/perl/selection
patch
|
blob
|
history
diff --git
a/src/perl/selection
b/src/perl/selection
index 9189f597804598a91808f272b43f0f1635955d45..685d7cc049a54223096c109e4b3cb365632dfcd3 100644
(file)
--- a/
src/perl/selection
+++ b/
src/perl/selection
@@
-1,5
+1,6
@@
sub on_keyboard_command {
- my ($term, $cmd) = @_;
- $cmd eq "selection:rot13"
- and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection);
+ my ($term, $cmd) = @_;
+
+ $cmd eq "selection:rot13"
+ and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection);
}