aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:28:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:28:55 +1200
commitb5e7711e0898227a9f37ce37f90251038bb654e3 (patch)
treea5dff9cdd2d5b59c25bccc66be2f75bde5d2270d /urxvt
parentRemove selection.pattern-* resources (diff)
downloaddotfiles-b5e7711e0898227a9f37ce37f90251038bb654e3.tar.gz
dotfiles-b5e7711e0898227a9f37ce37f90251038bb654e3.zip
Remove option popup hook
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection4
1 files changed, 0 insertions, 4 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 3d7d38c5..c8c37926 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -10,10 +10,6 @@ sub on_init {
$self->{enabled} = 1;
- push @{ $self->{term}{option_popup_hook} }, sub {
- ("new selection" => $self->{enabled}, sub { $self->{enabled} = shift })
- };
-
()
}