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.48 by root, Thu Dec 7 21:31:01 2006 UTC vs.
Revision 1.50 by root, Sat Feb 17 20:36:36 2007 UTC

368</dd> 368</dd>
369<dd> 369<dd>
370<pre> 370<pre>
371 URxvt.perl-ext: default,matcher 371 URxvt.perl-ext: default,matcher
372 URxvt.urlLauncher: sensible-browser 372 URxvt.urlLauncher: sensible-browser
373 URxvt.keysym.C-Delete: perl:matcher
373 URxvt.matcher.button: 1 374 URxvt.matcher.button: 1
374 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&amp;@#-]*[\\w/-] 375 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&amp;@#-]*[\\w/-]
375 URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$) 376 URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
376 URxvt.matcher.launcher.2: gvim +$2 $1</pre> 377 URxvt.matcher.launcher.2: gvim +$2 $1</pre>
377</dd> 378</dd>
516<dd> 517<dd>
517<p><em>Note to xrdb users:</em> xrdb uses the C preprocessor, which might interpret 518<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, 519the 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 520which works regardless of wether xrdb is used to parse the resource file
520or not.</p> 521or 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>
538</dd> 522</dd>
539</li> 523</li>
540<dt><strong><a name="item_example_2drefresh_2dhooks">example-refresh-hooks</a></strong> 524<dt><strong><a name="item_example_2drefresh_2dhooks">example-refresh-hooks</a></strong>
541 525
542<dd> 526<dd>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines