--- rxvt-unicode/doc/rxvt.1.pod 2005/12/31 16:06:48 1.76 +++ rxvt-unicode/doc/rxvt.1.pod 2006/01/02 19:36:07 1.77 @@ -455,6 +455,10 @@ my $slave = $pty->slave; while (<$slave>) { print $slave "got <$_>\n" } +=item B<-perl> I + +Used by perl extension. See resource B. + =back =head1 RESOURCES (available also as long-options) @@ -639,7 +643,7 @@ names that are used in turn when trying to display Unicode characters. The first font defines the cell size for characters; other fonts might be smaller, but not larger. A reasonable default font list is always -appended to it. option B<-fn>. +appended to it; option B<-fn>. Each font can either be a standard X11 core font (XLFD) name, with optional prefix C or a Xft font (Compile I), prefixed with C. @@ -904,7 +908,7 @@ The locale to use for opening the IM. You can use an C of e.g. C for normal text processing but C for the input extension to be able to input japanese characters while staying in -another locale. option B<-imlocale>. +another locale; option B<-imlocale>. =item B I @@ -919,7 +923,7 @@ Change the meaning of triple-click selection with the left mouse button. Instead of selecting a full line it will extend the selection to -the end of the logical line only. option B<-tcw>. +the end of the logical line only; option B<-tcw>. =item B I @@ -1052,6 +1056,25 @@ URxvt.keysym.M-C-3: command:\033[8;25;80t URxvt.keysym.M-C-4: command:\033[8;48;110t +=item B: I + +Used by perl extension and is free for any use, as it is not interpreted +by rxvt-unicode itself; option B. + +=item B: I + +Perl code to be evaluated when all extensions have been loaded. See the +rxvtperl(3) manpage. + +=item B: I + +Additional directory that holds extension scripts that are loaded and +enabled for this terminal instance, in addition to scripts stored in +F<@@RXVT_LIBDIR@@/urxvt/perl-ext/>, which are global to all terminal +instances. + +See the rxvtperl(3) manpage. + =back =head1 THE SCROLLBAR