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

Comparing rxvt-unicode/src/perl/urxvt-popup (file contents):
Revision 1.4 by root, Sat Jan 7 21:22:02 2006 UTC vs.
Revision 1.5 by root, Sat Jan 7 21:43:17 2006 UTC

16 16
17 if ($row == $self->{hover}) { 17 if ($row == $self->{hover}) {
18 $rend = $self->{press} ? "\x1b[m" : "\x1b[30;46m"; 18 $rend = $self->{press} ? "\x1b[m" : "\x1b[30;46m";
19 } 19 }
20 20
21 $cmd .= "$rend\x1b[K" . $self->locale_encode ($item->{text}) . "\015\012"; 21 $cmd .= "$rend\x1b[K";
22 $cmd .= $self->locale_encode ($item->{render}->($item));
23 $cmd .= "\015\012";
22 24
23 $row++; 25 $row++;
24 } 26 }
25 27
26 $self->cmd_parse (substr $cmd, 0, -2); 28 $self->cmd_parse (substr $cmd, 0, -2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines