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.7 by root, Mon Jan 9 00:34:36 2006 UTC vs.
Revision 1.8 by root, Fri Jan 20 10:27:08 2006 UTC

2 2
3sub on_start { 3sub on_start {
4 my ($self) = @_; 4 my ($self) = @_;
5 5
6 $self->grab_button (2, urxvt::ControlMask); 6 $self->grab_button (2, urxvt::ControlMask);
7
8 ()
7} 9}
8 10
9sub on_button_press { 11sub on_button_press {
10 my ($self, $event) = @_; 12 my ($self, $event) = @_;
11 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines