ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/confirm-paste
(Generate patch)

Comparing rxvt-unicode/src/perl/confirm-paste (file contents):
Revision 1.4 by sf-exg, Wed Mar 9 19:32:03 2011 UTC vs.
Revision 1.5 by root, Sun Jun 10 17:31:53 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5 confirm-paste - ask for confirmation before pasting multiline text
6
7=head1 DESCRPTION
8
9Displays a confirmation dialog when a paste containing at least a full
10line is detected.
11
12=cut
2 13
3sub msg { 14sub msg {
4 my ($self, $msg) = @_; 15 my ($self, $msg) = @_;
5 16
6 $self->{overlay} = $self->overlay (0, -1, $self->ncol, 2, urxvt::OVERLAY_RSTYLE, 0); 17 $self->{overlay} = $self->overlay (0, -1, $self->ncol, 2, urxvt::OVERLAY_RSTYLE, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines