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.16 by root, Fri Mar 10 21:36:16 2006 UTC vs.
Revision 1.17 by sf-exg, Sat Nov 19 17:40:48 2011 UTC

24 } 24 }
25 25
26 my $cmd = $self->{pastebin_cmd}; 26 my $cmd = $self->{pastebin_cmd};
27 $cmd =~ s/%/$tmpfile/; 27 $cmd =~ s/%/$tmpfile/;
28 28
29 my $pid = $self->exec_async ("/bin/sh", "-c", $cmd); 29 my $pid = $self->exec_async ($cmd);
30 30
31 $self->{pw} = urxvt::pw->new->start ($pid)->cb (sub { 31 $self->{pw} = urxvt::pw->new->start ($pid)->cb (sub {
32 my (undef, $status) = @_; 32 my (undef, $status) = @_;
33 33
34 delete $self->{pw}; 34 delete $self->{pw};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines