ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtperl.3.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtperl.3.man.in (file contents):
Revision 1.51 by root, Thu Dec 7 21:31:01 2006 UTC vs.
Revision 1.52 by root, Fri Dec 29 05:09:49 2006 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "@@RXVT_NAME@@ 3" 131.IX Title "@@RXVT_NAME@@ 3"
132.TH @@RXVT_NAME@@ 3 "2006-12-07" "8.1" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 3 "2006-12-29" "8.1" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter 134@@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 1 137.Vb 1
526.Sp 526.Sp
527\&\fINote to xrdb users:\fR xrdb uses the C preprocessor, which might interpret 527\&\fINote to xrdb users:\fR xrdb uses the C preprocessor, which might interpret
528the double \f(CW\*(C`/\*(C'\fR characters as comment start. Use \f(CW\*(C`\e057\e057\*(C'\fR instead, 528the double \f(CW\*(C`/\*(C'\fR characters as comment start. Use \f(CW\*(C`\e057\e057\*(C'\fR instead,
529which works regardless of wether xrdb is used to parse the resource file 529which works regardless of wether xrdb is used to parse the resource file
530or not. 530or not.
531.IP "macosx-clipboard" 4
532.IX Item "macosx-clipboard"
533An extension for use on Mac \s-1OS\s0 X that enabled @@RXVT_NAME@@ to use the
534system clipboard by implementing two keyboard events.
535.Sp
536This example configuration enables the extension and binds the copy and
537paste functionality to Meta-C and Meta\-V:
538.Sp
539.Vb 3
540\& URxvt.perl-ext-common: default,macosx-clipboard
541\& URxvt.keysym.M-c: perl:macosx-clipboard:copy
542\& URxvt.keysym.M-v: perl:macosx-clipboard:paste
543.Ve
544.IP "example-refresh-hooks" 4 531.IP "example-refresh-hooks" 4
545.IX Item "example-refresh-hooks" 532.IX Item "example-refresh-hooks"
546Displays a very simple digital clock in the upper right corner of the 533Displays a very simple digital clock in the upper right corner of the
547window. Illustrates overwriting the refresh callbacks to create your own 534window. Illustrates overwriting the refresh callbacks to create your own
548overlays or changes. 535overlays or changes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines