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

Comparing rxvt-unicode/src/perl/remote-clipboard (file contents):
Revision 1.1 by root, Wed Jan 25 15:32:48 2006 UTC vs.
Revision 1.2 by root, Wed Jan 25 15:33:43 2006 UTC

100 }; 100 };
101 101
102 () 102 ()
103} 103}
104 104
105sub on_keyboard_command { 105sub on_user_command {
106 my ($self, $cmd) = @_; 106 my ($self, $cmd) = @_;
107 107
108 if ($cmd eq "selection-pastebin:remote-pastebin") { 108 if ($cmd eq "selection-pastebin:remote-pastebin") {
109 $self->upload_paste; 109 $self->upload_paste;
110 } 110 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines