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

Comparing rxvt-unicode/doc/rxvtperl.3.html (file contents):
Revision 1.47 by root, Thu Nov 2 17:37:47 2006 UTC vs.
Revision 1.48 by root, Thu Dec 7 21:31:01 2006 UTC

516<dd> 516<dd>
517<p><em>Note to xrdb users:</em> xrdb uses the C preprocessor, which might interpret 517<p><em>Note to xrdb users:</em> xrdb uses the C preprocessor, which might interpret
518the double <code>/</code> characters as comment start. Use <code>\057\057</code> instead, 518the double <code>/</code> characters as comment start. Use <code>\057\057</code> instead,
519which works regardless of wether xrdb is used to parse the resource file 519which works regardless of wether xrdb is used to parse the resource file
520or not.</p> 520or not.</p>
521</dd>
522</li>
523<dt><strong><a name="item_macosx_2dclipboard">macosx-clipboard</a></strong>
524
525<dd>
526<p>An extension for use on Mac OS X that enabled rxvt to use the
527system clipboard by implementing two keyboard events.</p>
528</dd>
529<dd>
530<p>This example configuration enables the extension and binds the copy and
531paste functionality to Meta-C and Meta-V:</p>
532</dd>
533<dd>
534<pre>
535 URxvt.perl-ext-common: default,macosx-clipboard
536 URxvt.keysym.M-c: perl:macosx-clipboard:copy
537 URxvt.keysym.M-v: perl:macosx-clipboard:paste</pre>
521</dd> 538</dd>
522</li> 539</li>
523<dt><strong><a name="item_example_2drefresh_2dhooks">example-refresh-hooks</a></strong> 540<dt><strong><a name="item_example_2drefresh_2dhooks">example-refresh-hooks</a></strong>
524 541
525<dd> 542<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines