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.8 by root, Wed Jan 18 11:05:09 2006 UTC vs.
Revision 1.9 by root, Thu Jan 19 16:07:09 2006 UTC

53 || "rcp -p % ruth:/var/www/www.ta-sa.org/files/txt/"; 53 || "rcp -p % ruth:/var/www/www.ta-sa.org/files/txt/";
54 54
55 $pastebin_url = $self->x_resource ("selection-pastebin.url") 55 $pastebin_url = $self->x_resource ("selection-pastebin.url")
56 || "http://www.ta-sa.org/files/txt/%"; 56 || "http://www.ta-sa.org/files/txt/%";
57 57
58 push @urxvt::ext::selection_popup::hook, sub {
59 ("pastebin upload" => sub { $self->upload_paste })
60 };
61
62 () 58 ()
63} 59}
60
61push @urxvt::ext::selection_popup::hook, sub {
62 ("pastebin upload" => sub { $self->upload_paste })
63};
64 64
65sub on_keyboard_command { 65sub on_keyboard_command {
66 my ($self, $cmd) = @_; 66 my ($self, $cmd) = @_;
67 67
68 if ($cmd eq "selection-pastebin:remote-pastebin") { 68 if ($cmd eq "selection-pastebin:remote-pastebin") {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines