aboutsummaryrefslogtreecommitdiff
path: root/urxvt/ext
diff options
context:
space:
mode:
Diffstat (limited to 'urxvt/ext')
-rw-r--r--urxvt/ext/selection2
1 files changed, 1 insertions, 1 deletions
diff --git a/urxvt/ext/selection b/urxvt/ext/selection
index 32d2f9df..bb61eb56 100644
--- a/urxvt/ext/selection
+++ b/urxvt/ext/selection
@@ -32,7 +32,7 @@ sub on_sel_extend {
my ( $self, $time ) = @_;
$self->{enabled}
- or return;
+ or return ();
my ( $row, $col ) = $self->selection_mark;
my $line = $self->line($row);