From 8cb3be9156f98068e4c9f2ece65056848fb89553 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Jan 2006 20:29:28 +0000 Subject: [PATCH] *** empty log message *** --- src/perl/urxvt-popup | 3 +++ src/urxvt.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/perl/urxvt-popup b/src/perl/urxvt-popup index 8e7a0424..3d90d405 100644 --- a/src/perl/urxvt-popup +++ b/src/perl/urxvt-popup @@ -1,5 +1,8 @@ #! perl +# this extension implements popup-menu functionality for urxvt. it works +# together with the urxvt::popup class. + use List::Util; sub refresh { diff --git a/src/urxvt.pm b/src/urxvt.pm index 86379892..7b29d10c 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -995,7 +995,7 @@ sub show { urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0, "--transient-for" => $self->{term}->parent, - "-pe" => "urxvt_popup") + "-pe" => "urxvt-popup") or die "unable to create popup window\n"; } -- 2.34.1