aboutsummaryrefslogtreecommitdiff
path: root/urxvt
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt')
-rw-r--r--urxvt/ext/selection2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index d09eaf19..32d2f9df 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -17,7 +17,7 @@ our $VERSION = 1.0;
sub on_init {
my ($self) = @_;
- if ( defined( my $res = $self->resource("cutchars") ) ) {
+ if ( defined( my $res = $self->resource('cutchars') ) ) {
$res = $self->locale_decode($res);
push @{ $self->{patterns} },
qr{\G [\Q$res\E[:space:]]* ([^\Q$res\E[:space:]]+) }x;