ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.62 by root, Mon Jan 9 02:06:43 2006 UTC vs.
Revision 1.63 by root, Mon Jan 9 05:08:02 2006 UTC

1215 1215
1216 local $urxvt::popup::self = $self; 1216 local $urxvt::popup::self = $self;
1217 1217
1218 urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0, 1218 urxvt->new ("--perl-lib" => "", "--perl-ext-common" => "", "-pty-fd" => -1, "-sl" => 0, "-b" => 0,
1219 "--transient-for" => $self->{term}->parent, 1219 "--transient-for" => $self->{term}->parent,
1220 "-display" => $self->{term}->display_id,
1220 "-pe" => "urxvt-popup") 1221 "-pe" => "urxvt-popup")
1221 or die "unable to create popup window\n"; 1222 or die "unable to create popup window\n";
1222} 1223}
1223 1224
1224sub DESTROY { 1225sub DESTROY {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines