--- rxvt-unicode/src/perl/urxvt-popup 2006/01/07 20:50:43 1.3 +++ 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++; } @@ -132,8 +134,6 @@ and $self->allow_events_async; } -sub on_destroy { -}