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.223 by root, Sat Jul 14 08:00:18 2012 UTC vs.
Revision 1.224 by root, Sat Jul 14 08:00:34 2012 UTC

884 my $disable = shift; 884 my $disable = shift;
885 885
886 my $term = delete $disable->{""}; 886 my $term = delete $disable->{""};
887 887
888 while (my ($htype, $id) = each %$disable) { 888 while (my ($htype, $id) = each %$disable) {
889 warn "disable hook $htype,$id\n";#d#
890 delete $term->{_hook}[$htype]{$id}; 889 delete $term->{_hook}[$htype]{$id};
891 $term->set_should_invoke ($htype, -1); 890 $term->set_should_invoke ($htype, -1);
892 } 891 }
893} 892}
894 893

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines