--- rxvt-unicode/doc/rxvt.7.pod 2004/08/14 03:00:32 1.6 +++ rxvt-unicode/doc/rxvt.7.pod 2004/08/16 00:17:27 1.12 @@ -189,7 +189,7 @@ X -=head1 CSI (Code Sequence Introducer) Sequences +=head1 CSI (Command Sequence Introducer) Sequences =over 4 @@ -362,12 +362,12 @@ =end table -=item B<< C >> I +=item B<< C >> (partially implemented) =begin table B<< C >> Automatic Newline (LNM) - B<< C >> Normal Linefeed (LNM) + B<< C >> Normal Linefeed (LNM) =end table @@ -380,10 +380,13 @@ =begin table B<< C >> Normal (default) - B<< C >> On / Off Bold (bright fg) + B<< C >> On / Off Bold (bright fg) + B<< C >> On / Off Italic (NYI) B<< C >> On / Off Underline - B<< C >> On / Off Blink (bright bg) - B<< C >> On / Off Inverse + 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 >> fg/bg Black B<< C >> fg/bg Red B<< C >> fg/bg Green @@ -393,6 +396,15 @@ B<< C >> fg/bg Cyan B<< C >> fg/bg White B<< C >> fg/bg Default + B<< C >> fg/bg Bright Black + B<< C >> fg/bg Bright Red + B<< C >> fg/bg Bright Green + B<< C >> fg/bg Bright Yellow + B<< C >> fg/bg Bright Blue + B<< C >> fg/bg Bright Magenta + B<< C >> fg/bg Bright Cyan + B<< C >> fg/bg Bright White + B<< C >> fg/bg Bright Default =end table @@ -537,14 +549,12 @@ =end table -X - =item B<< C >> (B) =begin table - B<< C >> visible - B<< C >> invisible + B<< C >> menuBar visible + B<< C >> menuBar invisible =end table @@ -655,7 +665,7 @@ =end table -=item B<< C >> +=item B<< C >> (B) =begin table @@ -664,7 +674,7 @@ =end table -=item B<< C >> +=item B<< C >> (B) =begin table @@ -691,6 +701,15 @@ =end table +=item B<< C >> + +=begin table + + B<< C >> Use Alternate Screen Buffer - clear Alternate Screen Buffer if switching to it + B<< C >> Use Normal Screen Buffer + +=end table + =back =back @@ -729,7 +748,7 @@ 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 >> command B<< C >> I (@@RXVT_NAME@@ extension) + B<< C >> menubar command B<< C >> I (@@RXVT_NAME@@ extension) =end table @@ -1418,11 +1437,15 @@ =item --with-codesets=NAME,... -Compile in support for additional codeset groups: +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. =begin table - all all of the above + all all available codeset groups cn common chinese encodings cn_ext rarely used but very big chinese encodigs jp common japanese encodings @@ -1588,6 +1611,13 @@ have. Normally you want this, but for very small binaries you may want to disable this. +=item --enable-iso14755 + +Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or +F). Basic support (section 5.1) is enabled by +C<--enable-frills>, while support for 5.2, 5.3 and 5.4 is enabled with +this switch. + =item --enable-linespace Add support to provide user specified line spacing between text rows.