aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:28:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-19 11:28:20 +1200
commitf5bab98a4e4e865c6bcc5ed7ef3f66bd4cf72c06 (patch)
tree596fffe8649b8930e67ffe63f6ccd52a6295194a /urxvt
parentRemove @mark_patterns/@simplify_patterns (diff)
downloaddotfiles-f5bab98a4e4e865c6bcc5ed7ef3f66bd4cf72c06.tar.gz
dotfiles-f5bab98a4e4e865c6bcc5ed7ef3f66bd4cf72c06.zip
Remove selection.pattern-* resources
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection5
1 files changed, 0 insertions, 5 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index cf8dd142..3d7d38c5 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -8,11 +8,6 @@ sub on_init {
push @{ $self->{patterns} }, qr{\G [\Q$res\E[:space:]]* ([^\Q$res\E[:space:]]+) }x;
}
- for (my $idx = 0; defined (my $res = $self->x_resource ("selection.pattern-$idx")); $idx++) {
- $res = $self->locale_decode ($res);
- push @{ $self->{patterns} }, qr/$res/;
- }
-
$self->{enabled} = 1;
push @{ $self->{term}{option_popup_hook} }, sub {