ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.7.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.45 by root, Sun Feb 13 11:07:57 2005 UTC vs.
Revision 1.46 by root, Mon Feb 14 10:44:50 2005 UTC

1548 1548
1549=item B<< [title:+I<string>] >> 1549=item B<< [title:+I<string>] >>
1550 1550
1551set the current menuBar's title to I<string>, which may contain the 1551set the current menuBar's title to I<string>, which may contain the
1552following format specifiers: 1552following format specifiers:
1553B<%%> : literal B<%> character 1553
1554B<%n> : rxvt name (as per the B<-name> command-line option) 1554 B<%n> rxvt name (as per the B<-name> command-line option)
1555B<%v> : rxvt version 1555 B<%v> rxvt version
1556 B<%%> literal B<%> character
1556 1557
1557=item B<[done]> 1558=item B<[done]>
1558 1559
1559set menuBar access as B<readonly>. 1560set menuBar access as B<readonly>.
1560End-of-file tag for B<< [read:+I<file>] >> operations. 1561End-of-file tag for B<< [read:+I<file>] >> operations.
2225composite characters. This is required for proper viewing of text 2226composite characters. This is required for proper viewing of text
2226where accents are encoded as seperate unicode characters. This is 2227where accents are encoded as seperate unicode characters. This is
2227done by using precomposited characters when available or creating 2228done by using precomposited characters when available or creating
2228new pseudo-characters when no precomposed form exists. 2229new pseudo-characters when no precomposed form exists.
2229 2230
2230Without --enable-unicode3, the number of additional precomposed 2231Without --enable-unicode3, the number of additional precomposed characters
2231characters is rather limited (2048, if this is full, rxvt will use the 2232is rather limited (2048, if this is full, rxvt-unicode will use the
2232private use area, extending the number of combinations to 8448). With 2233private use area, extending the number of combinations to 8448). With
2233--enable-unicode3, no practical limit exists. This will also enable 2234--enable-unicode3, no practical limit exists.
2234storage of characters >65535. 2235
2236This option will also enable storage (but not display) of characters
2237beyond plane 0 (>65535) when --enable-unicode3 was not specified.
2235 2238
2236The combining table also contains entries for arabic presentation forms, 2239The combining table also contains entries for arabic presentation forms,
2237but these are not currently used. Bug me if you want these to be used. 2240but these are not currently used. Bug me if you want these to be used (and
2241tell me how these are to be used...).
2238 2242
2239=item --enable-fallback(=CLASS) 2243=item --enable-fallback(=CLASS)
2240 2244
2241When reading resource settings, also read settings for class CLASS 2245When reading resource settings, also read settings for class CLASS
2242(default: Rxvt). To disable resource fallback use --disable-fallback. 2246(default: Rxvt). To disable resource fallback use --disable-fallback.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines