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

Comparing rxvt-unicode/src/perl/clipboard-osc (file contents):
Revision 1.1 by sf-exg, Wed Jul 21 08:58:50 2010 UTC vs.
Revision 1.2 by root, Fri Sep 21 22:55:56 2012 UTC

1#! perl 1#! perl
2
3=head1 NAME
4
5clipboard-osc - implement the clipboard operating system command sequence
6
7=head1 SYNOPSIS
8
9 urxvt -pe clipboard-osc
10
11=head1 DESCRIPTION
12
13This extension implements the clipboard;copy Perl OSC.
14
15=cut
16
2 17
3sub on_osc_seq_perl { 18sub on_osc_seq_perl {
4 my ($self, $osc, $resp) = @_; 19 my ($self, $osc, $resp) = @_;
5 20
6 return unless $osc =~ s/^clipboard;([^;]+)//; 21 return unless $osc =~ s/^clipboard;([^;]+)//;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines