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

Comparing rxvt-unicode/src/perl/selection-pastebin (file contents):
Revision 1.14 by root, Wed Jan 25 14:53:14 2006 UTC vs.
Revision 1.15 by root, Wed Jan 25 15:33:43 2006 UTC

67 }; 67 };
68 68
69 () 69 ()
70} 70}
71 71
72sub on_keyboard_command { 72sub on_user_command {
73 my ($self, $cmd) = @_; 73 my ($self, $cmd) = @_;
74 74
75 if ($cmd eq "selection-pastebin:remote-pastebin") { 75 if ($cmd eq "selection-pastebin:remote-pastebin") {
76 $self->upload_paste; 76 $self->upload_paste;
77 } 77 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines