--- rxvt-unicode/doc/rxvt.1.html 2005/12/27 12:24:09 1.28 +++ rxvt-unicode/doc/rxvt.1.html 2006/01/02 20:35:39 1.31 @@ -48,7 +48,7 @@


DESCRIPTION

-

rxvt-unicode, version 6.1, is a colour vt102 terminal +

rxvt-unicode, version 6.2, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode uses much less swap space -- @@ -286,6 +286,14 @@ be printed. See resource boldItalicFont for details.

+
-is|+is
+
+
+Compile font-styles: Bold/Italic font styles imply high intensity +foreground/background (default). See resource intensityStyles for +details. +
+

-name name
@@ -619,6 +627,12 @@ my $slave = $pty->slave; while (<$slave>) { print $slave "got <$_>\n" }
+

+
-pe string
+
+
+Colon-separated list of perl extension scripts to use in this terminal instance. See resource perl-ext. +

@@ -849,7 +863,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 -fn. +appended to it; option -fn.

Each font can either be a standard X11 core font (XLFD) name, with @@ -920,6 +934,16 @@ text font will being used for the given style.

+
intensityStyles: boolean
+
+
+When font styles are not enabled, or this option is enabled (True, +option -is, the default), bold and italic font styles imply high +intensity foreground/backround colours. Disabling this option (False, +option +is) disables this behaviour, the high intensity colours are not +reachable. +
+

selectstyle: mode
@@ -1198,7 +1222,7 @@ The locale to use for opening the IM. You can use an LC_CTYPE of e.g. de_DE.UTF-8 for normal text processing but ja_JP.EUC-JP for the input extension to be able to input japanese characters while staying in -another locale. option -imlocale. +another locale; option -imlocale.

imFont: fontset
@@ -1217,7 +1241,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 -tcw. +the end of the logical line only; option -tcw.

insecure: boolean
@@ -1391,6 +1415,33 @@ URxvt.keysym.M-C-3: command:\033[8;25;80t URxvt.keysym.M-C-4: command:\033[8;48;110t +

+
perl-ext: string
+
+
+Colon-separated list of perl extension scripts to use in this terminal +instance. Each extension is looked up in the library directories, loaded +if necessary, and bound to the current terminal instance; option -pe. +
+

+
perl-eval: string
+
+
+Perl code to be evaluated when all extensions have been registered. See the +rxvtperl(3) manpage. +
+

+
perl-lib: path
+
+
+Colon-separated list of additional directories that hold extension +scripts. When looking for extensions specified by the perl resource, +rxvt will first look in these directories and then in +/opt/rxvt/lib/urxvt/perl-ext/. +
+
+

See the rxvtperl(3) manpage.

+