--- rxvt-unicode/src/perl/macosx-clipboard 2011/11/22 17:04:28 1.5 +++ rxvt-unicode/src/perl/macosx-clipboard 2012/06/10 17:31:53 1.6 @@ -23,11 +23,25 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # ---------------------------------------------------------------------- -# Usage: +=head1 NAME -# URxvt.perl-ext-common: macosx-clipboard -# URxvt.keysym.M-c: perl:macosx-clipboard:copy -# URxvt.keysym.M-v: perl:macosx-clipboard:paste + macosx-clipboard and macosx-clipboard-native + +=head1 DESCRPTION + +These two modules implement an extended clipboard for Mac OS X. They are +used like this: + + URxvt.perl-ext-common: default,macosx-clipboard + URxvt.keysym.M-c: perl:macosx-clipboard:copy + URxvt.keysym.M-v: perl:macosx-clipboard:paste + +The difference between them is that the native variant requires a +perl from apple's devkit or so, and C requires the +C module, works with other perls, has fewer bugs, is +simpler etc. etc. + +=cut use Mac::Pasteboard;