--- rxvt-unicode/src/perl/option-popup 2006/01/09 00:34:36 1.7 +++ rxvt-unicode/src/perl/option-popup 2006/02/02 00:18:51 1.9 @@ -4,6 +4,8 @@ my ($self) = @_; $self->grab_button (2, urxvt::ControlMask); + + () } sub on_button_press { @@ -19,7 +21,8 @@ my %unsafe = map +($_ => 1), qw(borderLess console iconic loginShell reverseVideo scrollBar scrollBar_floating scrollBar_right - secondaryScreen transparent utmpInhibit meta8); + secondaryScreen transparent utmpInhibit meta8 + override_redirect); for my $name (sort keys %urxvt::OPTION) { next if $unsafe{$name};