--- rxvt-unicode/doc/rxvt.7.pod 2004/08/16 00:17:27 1.12 +++ rxvt-unicode/doc/rxvt.7.pod 2004/08/25 03:47:20 1.23 @@ -1,3 +1,25 @@ +=head1 NAME + +RXVT TECHNICAL REFERENCE - command sequences and background information + +=head1 SYNOPSIS + + # set a new font set + printf '\33]50;%s\007' 9x15,xft:Kochi" Mincho" + + # change the locale and tell rxvt-unicode about it + export LC_CTYPE=ja_JP.EUC-JP; printf "\33]701;$LC_CTYPE\007" + + # set window title + printf '\33]2;%s\007' "new window title" + +=head1 DESCRIPTION + +The rest of this document describes various technical aspects of +B. First the description of supported command sequences, +followed by menu and pixmap support and last by a description of all +features selectable at C time. + =head1 RXVT TECHNICAL REFERENCE =head1 Definitions @@ -151,11 +173,11 @@ Invoke the G3 Character Set (LS3) -=item B<< C(C >> +=item B<< C ( C> >> Designate G0 Character Set (ISO 2022), see below for values of C. -=item B<< C)C >> +=item B<< C ) C> >> Designate G1 Character Set (ISO 2022), see below for values of C. @@ -332,21 +354,22 @@ =end table +=item B<< C >> + +Set Mode (SM). See B<< C >> sequence for description of C. + =item B<< C >> -Printing +Printing. See also the C resource. =begin table + B<< C >> print screen (MC0) B<< C >> disable transparent print mode (MC4) - B<< C >> enable transparent print mode (MC5) I + B<< C >> enable transparent print mode (MC5) =end table -=item B<< C >> - -Set Mode (SM). See next sequence for description of C. - =item B<< C >> Reset Mode (RM) @@ -381,12 +404,12 @@ B<< C >> Normal (default) B<< C >> On / Off Bold (bright fg) - B<< C >> On / Off Italic (NYI) + B<< C >> On / Off Italic B<< C >> On / Off Underline B<< C >> On / Off Slow Blink (bright bg) B<< C >> On / Off Rapid Blink (bright bg) - B<< C >> On / Off Invisible (NYI) - B<< C >> On / Off Inverse + B<< C >> On / Off Inverse + B<< C >> On / Off Invisible (NYI) B<< C >> fg/bg Black B<< C >> fg/bg Red B<< C >> fg/bg Green @@ -394,6 +417,7 @@ B<< C >> fg/bg Blue B<< C >> fg/bg Magenta B<< C >> fg/bg Cyan + B<< C >> set fg/bg to color #m (ISO 8613-6) B<< C >> fg/bg White B<< C >> fg/bg Default B<< C >> fg/bg Bright Black @@ -747,8 +771,13 @@ B<< C >> Set fontset to B<< C >>, with the following special values of B<< C >> (B) B<< C<#+n> >> change up B<< C >> B<< C<#-n> >> change down B<< C >> if B<< C >> is missing of 0, a value of 1 is used I change to font0 B<< C >> change to font B<< C >> B<< C >> Log all scrollback buffer and all of screen to B<< C >> B<< C >> Change current locale to B<< C >>, or, if B<< C >> is B<< C >>, return the current locale (@@RXVT_NAME@@ extension) - B<< C >> find font for character, used for debugging (@@RXVT_NAME@@ extension) - B<< C >> menubar command B<< C >> I (@@RXVT_NAME@@ extension) + B<< C >> Menubar command B<< C >> I (rxvt-unicode extension) + B<< C >> Change colour of italic characters to B<< C >> + B<< C >> Change background pixmap tint colour to B<< C >> + B<< C >> Set normal fontset to B<< C >>. Same as C. + B<< C >> Set bold fontset to B<< C >>. Similar to C. + B<< C >> Set italic fontset to B<< C >>. Similar to C. + B<< C >> Set bold-italic fontset to B<< C >>. Similar to C. =end table @@ -1435,13 +1464,19 @@ slower and require lots of memory, but as long as you don't use them, you don't pay for them. +=item --enable-font-styles + +Add support for B, I and B<< I >> font +styles. The fonts can be set manually or automatically. + =item --with-codesets=NAME,... -Compile in support for additional codeset (encoding) groups. These codeset -tables are currently only used for driving X11 core fonts, they are not -required for Xft fonts. Compiling them in will make your binary bigger -(together about 700kB), but it doesn't increase memory usage unless you -use an X11 font requiring one of these encodings. +Compile in support for additional codeset (encoding) groups (eu, vn are +always compiled in, which includes most 8-bit character sets). These +codeset tables are currently only used for driving X11 core fonts, they +are not required for Xft fonts. Compiling them in will make your binary +bigger (together about 700kB), but it doesn't increase memory usage unless +you use an X11 font requiring one of these encodings. =begin table @@ -1662,13 +1697,6 @@ keys. This should keep in a fixed position the rxvt corner which is closest to a corner of the screen. -=item --enable-256-color - -Add support for 256 colours rather than the base 16 colours. - -This option will likely go away in the future. Speak up if you don't want -this. - =item --enable-cursor-blink Add support for a blinking cursor.