--- rxvt-unicode/src/perl/option-popup 2006/01/08 00:29:58 1.2 +++ rxvt-unicode/src/perl/option-popup 2006/01/08 00:48:14 1.4 @@ -1,5 +1,11 @@ #! perl +sub on_start { + my ($self) = @_; + + $self->grab_button (3, urxvt::ControlMask); +} + sub on_button_press { my ($self, $event) = @_; @@ -9,7 +15,7 @@ my %unsafe = map +($_ => 1), qw(borderLess console iconic loginShell reverseVideo scrollBar scrollBar_floating scrollBar_right - secondaryScreen transparent utmpInhibit); + secondaryScreen transparent utmpInhibit meta8); for my $name (sort keys %urxvt::OPTION) { next if $unsafe{$name};