From: root Date: Sat, 7 Jan 2006 20:29:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8cb3be9156f98068e4c9f2ece65056848fb89553;p=dana%2Furxvt.git *** empty log message *** --- 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"; }