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.3 by root, Tue Jan 17 17:01:54 2006 UTC vs.
Revision 1.4 by elmex, Tue Jan 17 17:04:18 2006 UTC

46 $self->selection ($url); 46 $self->selection ($url);
47 } else { 47 } else {
48 $msg = "couldn't upload, '$cmd' failed"; 48 $msg = "couldn't upload, '$cmd' failed";
49 } 49 }
50 50
51 unlink $tmpfile;
52
51 my $ov = $timers->{ov} = $self->overlay (-1, 0, length ($msg), 1, urxvt::OVERLAY_RSTYLE, 0); 53 my $ov = $timers->{ov} = $self->overlay (-1, 0, length ($msg), 1, urxvt::OVERLAY_RSTYLE, 0);
52 $ov->set (0, 0, $msg); 54 $ov->set (0, 0, $msg);
53 55
54 $timers->{t1} = 56 $timers->{t1} =
55 urxvt::timer 57 urxvt::timer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines