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.7 by root, Wed Jun 6 15:09:49 2012 UTC vs.
Revision 1.8 by root, Sun Jun 10 13:58:06 2012 UTC

85} 85}
86 86
87sub on_start { 87sub on_start {
88 my ($self) = @_; 88 my ($self) = @_;
89 89
90 $self->{store_cmd} = $self->x_resource ("remote-selection.store") 90 $self->{store_cmd} = $self->x_resource ("%.store")
91 || "rsh ruth 'cat >/tmp/distributed-selection'"; 91 || "rsh ruth 'cat >/tmp/distributed-selection'";
92 92
93 $self->{fetch_cmd} = $self->x_resource ("remote-selection.fetch") 93 $self->{fetch_cmd} = $self->x_resource ("%.fetch")
94 || "rsh ruth 'cat /tmp/distributed-selection'"; 94 || "rsh ruth 'cat /tmp/distributed-selection'";
95 95
96 push @{ $self->{term}{selection_popup_hook} }, sub { 96 push @{ $self->{term}{selection_popup_hook} }, sub {
97 ("selection => remote" => sub { $self->store }) 97 ("selection => remote" => sub { $self->store })
98 }; 98 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines