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

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.11 by root, Fri Feb 11 18:06:44 2005 UTC vs.
Revision 1.13 by root, Mon Feb 14 10:44:50 2005 UTC

408 408
409 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and 409 Now you can start your terminal with "LC_CTYPE=ja_JP.UTF-8" and
410 still use your input method. Please note, however, that you will not 410 still use your input method. Please note, however, that you will not
411 be able to input characters outside "EUC-JP" in a normal way then, 411 be able to input characters outside "EUC-JP" in a normal way then,
412 as your input method limits you. 412 as your input method limits you.
413
414 Rxvt-unicode crashes when the X Input Method changes or exits.
415 Unfortunately, this is unavoidable, as the XIM protocol is racy by
416 design. Applications can avoid some crashes at the expense of memory
417 leaks, and Input Methods can avoid some crashes by careful ordering
418 at exit time. kinput2 (and derived input methods) generally
419 succeeds, while SCIM (or similar input methods) fails. In the end,
420 however, crashes cannot be completely avoided even if both sides
421 cooperate.
422
423 So the only workaround is not to kill your Input Method Servers.
413 424
414 Rxvt-unicode uses gobs of memory, how can I reduce that? 425 Rxvt-unicode uses gobs of memory, how can I reduce that?
415 Rxvt-unicode tries to obey the rule of not charging you for 426 Rxvt-unicode tries to obey the rule of not charging you for
416 something you don't use. One thing you should try is to configure 427 something you don't use. One thing you should try is to configure
417 out all settings that you don't need, for example, Xft support is a 428 out all settings that you don't need, for example, Xft support is a
1203 [menu] 1214 [menu]
1204 access the current menuBar for alteration 1215 access the current menuBar for alteration
1205 1216
1206 [title:+*string*] 1217 [title:+*string*]
1207 set the current menuBar's title to *string*, which may contain the 1218 set the current menuBar's title to *string*, which may contain the
1208 following format specifiers: %% : literal % character %n : rxvt name 1219 following format specifiers:
1209 (as per the -name command-line option) %v : rxvt version 1220
1221 B<%n> rxvt name (as per the B<-name> command-line option)
1222 B<%v> rxvt version
1223 B<%%> literal B<%> character
1210 1224
1211 [done] 1225 [done]
1212 set menuBar access as readonly. End-of-file tag for [read:+*file*] 1226 set menuBar access as readonly. End-of-file tag for [read:+*file*]
1213 operations. 1227 operations.
1214 1228
1690 accents are encoded as seperate unicode characters. This is done by 1704 accents are encoded as seperate unicode characters. This is done by
1691 using precomposited characters when available or creating new 1705 using precomposited characters when available or creating new
1692 pseudo-characters when no precomposed form exists. 1706 pseudo-characters when no precomposed form exists.
1693 1707
1694 Without --enable-unicode3, the number of additional precomposed 1708 Without --enable-unicode3, the number of additional precomposed
1695 characters is rather limited (2048, if this is full, rxvt will use 1709 characters is rather limited (2048, if this is full, rxvt-unicode
1696 the private use area, extending the number of combinations to 8448). 1710 will use the private use area, extending the number of combinations
1697 With --enable-unicode3, no practical limit exists. This will also 1711 to 8448). With --enable-unicode3, no practical limit exists.
1698 enable storage of characters >65535. 1712
1713 This option will also enable storage (but not display) of characters
1714 beyond plane 0 (>65535) when --enable-unicode3 was not specified.
1699 1715
1700 The combining table also contains entries for arabic presentation 1716 The combining table also contains entries for arabic presentation
1701 forms, but these are not currently used. Bug me if you want these to 1717 forms, but these are not currently used. Bug me if you want these to
1702 be used. 1718 be used (and tell me how these are to be used...).
1703 1719
1704 --enable-fallback(=CLASS) 1720 --enable-fallback(=CLASS)
1705 When reading resource settings, also read settings for class CLASS 1721 When reading resource settings, also read settings for class CLASS
1706 (default: Rxvt). To disable resource fallback use 1722 (default: Rxvt). To disable resource fallback use
1707 --disable-fallback. 1723 --disable-fallback.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines