aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext/selection
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:24:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:24:00 +1200
commit992e085ca4ab6ff1a3e76594f8c50646bdbd002e (patch)
treef6c322cbb88fd68830f1396278348c5c5c43ecdc /urxvt/ext/selection
parentFix shebang (diff)
downloaddotfiles-992e085ca4ab6ff1a3e76594f8c50646bdbd002e.tar.gz
dotfiles-992e085ca4ab6ff1a3e76594f8c50646bdbd002e.zip
Remove rot13 func
Diffstat (limited to 'urxvt/ext/selection')
-rw-r--r--urxvt/ext/selection9
1 files changed, 0 insertions, 9 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 187aaba8..fe3bc3af 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -1,14 +1,5 @@
#!/usr/bin/env perl
-sub on_user_command {
- my ($self, $cmd) = @_;
-
- $cmd eq "selection:rot13"
- and $self->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $self->selection);
-
- ()
-}
-
sub on_init {
my ($self) = @_;