projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85334a
)
*** empty log message ***
author
root
<root>
Thu, 12 Jan 2006 11:15:06 +0000
(11:15 +0000)
committer
root
<root>
Thu, 12 Jan 2006 11:15:06 +0000
(11:15 +0000)
src/perl/searchable-scrollback
patch
|
blob
|
history
diff --git
a/src/perl/searchable-scrollback
b/src/perl/searchable-scrollback
index 2e2fc2fcf909ec2d8769b6f4c6724989f5ec6680..7004c9b121463ea7967a4d7c223f4ba0980bb903 100644
(file)
--- a/
src/perl/searchable-scrollback
+++ b/
src/perl/searchable-scrollback
@@
-107,6
+107,8
@@
sub search {
sub refresh {
my ($self) = @_;
+ return unless $self->{found};
+
my $xor = urxvt::RS_RVid | urxvt::RS_Blink;
for (@{ $self->{found} }) {
$self->scr_xor_span (@$_, $xor);