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.8 by root, Fri Jan 20 10:27:08 2006 UTC vs.
Revision 1.9 by root, Thu Feb 2 00:18:51 2006 UTC

19 $popup->add_separator; 19 $popup->add_separator;
20 20
21 my %unsafe = map +($_ => 1), 21 my %unsafe = map +($_ => 1),
22 qw(borderLess console iconic loginShell reverseVideo 22 qw(borderLess console iconic loginShell reverseVideo
23 scrollBar scrollBar_floating scrollBar_right 23 scrollBar scrollBar_floating scrollBar_right
24 secondaryScreen transparent utmpInhibit meta8); 24 secondaryScreen transparent utmpInhibit meta8
25 override_redirect);
25 26
26 for my $name (sort keys %urxvt::OPTION) { 27 for my $name (sort keys %urxvt::OPTION) {
27 next if $unsafe{$name}; 28 next if $unsafe{$name};
28 29
29 my $optval = $urxvt::OPTION{$name}; 30 my $optval = $urxvt::OPTION{$name};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines