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.3 by root, Wed Jan 25 15:35:27 2006 UTC vs.
Revision 1.4 by root, Wed Jan 25 21:20:49 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines