repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 8f40a50df0f4d560ced52a889865d83882507887: path_to: revision_to:
commit 8f40a50df0f4d560ced52a889865d83882507887 Author: Marc LehmannDate: Sat Jan 7 20:29:28 2006 +0000 *** empty log message *** diff --git a/src/perl/urxvt-popup b/src/perl/urxvt-popup
--- 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
--- 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";
}
-----END OF PAGE-----