ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/searchable-scrollback
(Generate patch)

Comparing rxvt-unicode/src/perl/searchable-scrollback (file contents):
Revision 1.17 by root, Thu Jan 12 10:02:20 2006 UTC vs.
Revision 1.18 by root, Thu Jan 12 11:15:06 2006 UTC

105} 105}
106 106
107sub refresh { 107sub refresh {
108 my ($self) = @_; 108 my ($self) = @_;
109 109
110 return unless $self->{found};
111
110 my $xor = urxvt::RS_RVid | urxvt::RS_Blink; 112 my $xor = urxvt::RS_RVid | urxvt::RS_Blink;
111 for (@{ $self->{found} }) { 113 for (@{ $self->{found} }) {
112 $self->scr_xor_span (@$_, $xor); 114 $self->scr_xor_span (@$_, $xor);
113 $xor = urxvt::RS_RVid; 115 $xor = urxvt::RS_RVid;
114 } 116 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines