ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/option-popup
(Generate patch)

Comparing rxvt-unicode/src/perl/option-popup (file contents):
Revision 1.2 by root, Sun Jan 8 00:29:58 2006 UTC vs.
Revision 1.3 by root, Sun Jan 8 00:41:20 2006 UTC

7 my $popup = $self->popup ($event); 7 my $popup = $self->popup ($event);
8 8
9 my %unsafe = map +($_ => 1), 9 my %unsafe = map +($_ => 1),
10 qw(borderLess console iconic loginShell reverseVideo 10 qw(borderLess console iconic loginShell reverseVideo
11 scrollBar scrollBar_floating scrollBar_right 11 scrollBar scrollBar_floating scrollBar_right
12 secondaryScreen transparent utmpInhibit); 12 secondaryScreen transparent utmpInhibit meta8);
13 13
14 for my $name (sort keys %urxvt::OPTION) { 14 for my $name (sort keys %urxvt::OPTION) {
15 next if $unsafe{$name}; 15 next if $unsafe{$name};
16 16
17 my $optval = $urxvt::OPTION{$name}; 17 my $optval = $urxvt::OPTION{$name};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines