--- rxvt-unicode/doc/rxvt.7.pod 2009/05/30 08:53:48 1.177 +++ rxvt-unicode/doc/rxvt.7.pod 2010/04/18 11:06:46 1.185 @@ -560,6 +560,10 @@ In this case either do not specify a B or specify more than one pre-edit style, such as B. +If it still doesn't work, then maybe your input method doesn't support +compose sequences - to fall back to the built-in one, make sure you don't +specify an input method via C<-im> or C. + =head3 I cannot type C to get an ASCII NUL character due to ISO 14755 Either try C alone (it often is mapped to ASCII NUL even on @@ -716,7 +720,7 @@ The selection stuff mainly makes the selection perl-error-message aware and tells it to convert perl error messages into vi-commands to load the -relevant file and go tot he error line number. +relevant file and go to the error line number. URxvt.scrollstyle: plain URxvt.secondaryScroll: true @@ -798,7 +802,7 @@ normal fonts. Please note that I used the C instance name and not the C -class name. Thats because I use different configs for different purposes, +class name. That is because I use different configs for different purposes, for example, my IRC window is started with C<-name IRC>, and uses these defaults: @@ -1131,7 +1135,7 @@ be enabled, as important functionality (menus, selection, likely more in the future) depends on it. -You should not overwrite the C snd C resources +You should not overwrite the C and C resources system-wide (except maybe with C). This will result in useful behaviour. If your distribution aims at low memory, add an empty C resource to the app-defaults file. This will keep the @@ -1217,12 +1221,6 @@ http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c -=head3 I want 256 colors - -Are you sure you need 256 colors? 88 colors should be enough for most -purposes. If you really need more, there is an unsupported patch for -it in the doc directory, but please do not ask for it to be applied. - =head1 RXVT-UNICODE TECHNICAL REFERENCE The rest of this document describes various technical aspects of @@ -1331,7 +1329,7 @@ Application Keypad (SMKX). See also next sequence. -=item B<<< C<< ESC >> >>> +=item B<<< C<< ESC > >> >>> Normal Keypad (RMKX) @@ -1883,8 +1881,8 @@ =begin table - B<< C >> Application Keypad (DECPAM) == C - B<< C >> Normal Keypad (DECPNM) == C<< ESC > >> + B<< C >> Application Keypad (DECKPAM/DECPAM) == C + B<< C >> Normal Keypad (DECKPNM/DECPNM) == C<< ESC > >> =end table @@ -2024,8 +2022,6 @@ B<< C >> Change colour of text cursor foreground to B<< C >> B<< C >> Change colour of mouse foreground to B<< C >> B<< C >> Change colour of highlight characters to B<< C >> - B<< C >> Change colour of bold characters to B<< C >> [deprecated, see 706] - B<< C >> Change colour of underlined characters to B<< C >> [deprecated, see 707] B<< C >> Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile AfterImage). B<< C >> Change default foreground colour to B<< C >>. [deprecated, use 10] B<< C >> Change Log File to B<< C >> I @@ -2257,8 +2253,8 @@ =item --enable-everything -Add (or remove) support for all non-multichoice options listed in "./configure ---help". +Add (or remove) support for all non-multichoice options listed in +C<./configure --help>, except for C<--enable-assert>. You can specify this and then disable options you do not like by I this with the appropriate C<--disable-...> arguments, @@ -2266,6 +2262,10 @@ C<--disable-everything> and than adding just the C<--enable-...> arguments you want. +=item --enable-256-color (default: off) + +Add support for 256 colors. + =item --enable-xft (default: enabled) Add support for Xft (anti-aliases, among others) fonts. Xft fonts are @@ -2323,7 +2323,7 @@ Enable automatic composition of combining characters into composite characters. This is required for proper viewing of text -where accents are encoded as seperate unicode characters. This is +where accents are encoded as separate unicode characters. This is done by using precomposited characters when available or creating new pseudo-characters when no precomposed form exists. @@ -2435,7 +2435,7 @@ MWM-hints EWMH-hints (pid, utf8 names) and protocols (ping) urgency hint - seperate underline colour (-underlineColor) + separate underline colour (-underlineColor) settable border widths and borderless switch (-w, -b, -bl) visual depth selection (-depth) settable extra linespacing /-lsp) @@ -2516,6 +2516,11 @@ C<-pe "" --perl-ext-common "">, so it should be safe to enable from a resource standpoint. +=item --enable-assert (default: off) + +Enables the assertions in the code, normally disabled. This switch is only +useful when developing rxvt-unicode. + =item --with-afterimage-config=DIR Look for the libAfterImage config script in DIR.