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.9 by root, Thu Jan 19 16:07:09 2006 UTC vs.
Revision 1.10 by root, Thu Jan 19 16:22:13 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines