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.14 by root, Thu Jan 12 05:37:34 2006 UTC vs.
Revision 1.15 by root, Thu Jan 12 07:42:39 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines