--- rxvt-unicode/src/urxvt.pm 2006/01/09 02:06:43 1.62 +++ rxvt-unicode/src/urxvt.pm 2006/01/09 05:08:02 1.63 @@ -1217,6 +1217,7 @@ urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0, "--transient-for" => $self->{term}->parent, + "-display" => $self->{term}->display_id, "-pe" => "urxvt-popup") or die "unable to create popup window\n"; }