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

Comparing rxvt-unicode/src/perl/macosx-clipboard (file contents):
Revision 1.8 by root, Tue Sep 4 22:41:11 2012 UTC vs.
Revision 1.9 by sf-exg, Sun Sep 23 08:03:44 2012 UTC

23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24# ---------------------------------------------------------------------- 24# ----------------------------------------------------------------------
25 25
26=head1 NAME 26=head1 NAME
27 27
28macosx-clipboard and macosx-clipboard-native 28macosx-clipboard - Mac OS X clipboard support
29
30=head1 SYNOPSIS
31
32 urxvt -pe macosx-clipboard
29 33
30=head1 DESCRIPTION 34=head1 DESCRIPTION
31 35
32These two modules implement an extended clipboard for Mac OS X. They are 36This extension implements commands to interact with the Mac OS X
33used like this: 37clipboard and requires the C<Mac::Pasteboard> module. It is used like
38this:
34 39
35 URxvt.perl-ext-common: default,macosx-clipboard
36 URxvt.keysym.M-c: perl:macosx-clipboard:copy 40 URxvt.keysym.M-c: perl:macosx-clipboard:copy
37 URxvt.keysym.M-v: perl:macosx-clipboard:paste 41 URxvt.keysym.M-v: perl:macosx-clipboard:paste
38
39The difference between them is that the native variant requires a
40perl from apple's devkit or so, and C<macosx-clipboard> requires the
41C<Mac::Pasteboard> module, works with other perls, has fewer bugs, is
42simpler etc. etc.
43 42
44=cut 43=cut
45 44
46use Mac::Pasteboard; 45use Mac::Pasteboard;
47 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines