--- rxvt-unicode/src/perl/urxvt-popup 2006/01/07 21:22:02 1.4 +++ rxvt-unicode/src/perl/urxvt-popup 2006/01/07 21:43:17 1.5 @@ -18,7 +18,9 @@ $rend = $self->{press} ? "\x1b[m" : "\x1b[30;46m"; } - $cmd .= "$rend\x1b[K" . $self->locale_encode ($item->{text}) . "\015\012"; + $cmd .= "$rend\x1b[K"; + $cmd .= $self->locale_encode ($item->{render}->($item)); + $cmd .= "\015\012"; $row++; }