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

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

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 7" 131.IX Title "rxvt 7"
132.TH rxvt 7 "2005-02-11" "5.0" "RXVT-UNICODE" 132.TH rxvt 7 "2005-02-14" "" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
574.Sp 574.Sp
575Now you can start your terminal with \f(CW\*(C`LC_CTYPE=ja_JP.UTF\-8\*(C'\fR and still 575Now you can start your terminal with \f(CW\*(C`LC_CTYPE=ja_JP.UTF\-8\*(C'\fR and still
576use your input method. Please note, however, that you will not be able to 576use your input method. Please note, however, that you will not be able to
577input characters outside \f(CW\*(C`EUC\-JP\*(C'\fR in a normal way then, as your input 577input characters outside \f(CW\*(C`EUC\-JP\*(C'\fR in a normal way then, as your input
578method limits you. 578method limits you.
579.IP "Rxvt-unicode crashes when the X Input Method changes or exits." 4
580.IX Item "Rxvt-unicode crashes when the X Input Method changes or exits."
581Unfortunately, this is unavoidable, as the \s-1XIM\s0 protocol is racy by
582design. Applications can avoid some crashes at the expense of memory
583leaks, and Input Methods can avoid some crashes by careful ordering at
584exit time. \fBkinput2\fR (and derived input methods) generally succeeds,
585while \fB\s-1SCIM\s0\fR (or similar input methods) fails. In the end, however,
586crashes cannot be completely avoided even if both sides cooperate.
587.Sp
588So the only workaround is not to kill your Input Method Servers.
579.IP "Rxvt-unicode uses gobs of memory, how can I reduce that?" 4 589.IP "Rxvt-unicode uses gobs of memory, how can I reduce that?" 4
580.IX Item "Rxvt-unicode uses gobs of memory, how can I reduce that?" 590.IX Item "Rxvt-unicode uses gobs of memory, how can I reduce that?"
581Rxvt-unicode tries to obey the rule of not charging you for something you 591Rxvt-unicode tries to obey the rule of not charging you for something you
582don't use. One thing you should try is to configure out all settings that 592don't use. One thing you should try is to configure out all settings that
583you don't need, for example, Xft support is a resource hog by design, 593you don't need, for example, Xft support is a resource hog by design,
1669access the current menuBar for alteration 1679access the current menuBar for alteration
1670.IP "\fB[title:+\f(BIstring\fB]\fR" 4 1680.IP "\fB[title:+\f(BIstring\fB]\fR" 4
1671.IX Item "[title:+string]" 1681.IX Item "[title:+string]"
1672set the current menuBar's title to \fIstring\fR, which may contain the 1682set the current menuBar's title to \fIstring\fR, which may contain the
1673following format specifiers: 1683following format specifiers:
1674\&\fB%%\fR : literal \fB%\fR character 1684.Sp
1685.Vb 3
1675\&\fB%n\fR : rxvt name (as per the \fB\-name\fR command-line option) 1686\& B<%n> rxvt name (as per the B<-name> command-line option)
1676\&\fB%v\fR : rxvt version 1687\& B<%v> rxvt version
1688\& B<%%> literal B<%> character
1689.Ve
1677.IP "\fB[done]\fR" 4 1690.IP "\fB[done]\fR" 4
1678.IX Item "[done]" 1691.IX Item "[done]"
1679set menuBar access as \fBreadonly\fR. 1692set menuBar access as \fBreadonly\fR.
1680End-of-file tag for \fB[read:+\f(BIfile\fB]\fR operations. 1693End-of-file tag for \fB[read:+\f(BIfile\fB]\fR operations.
1681.IP "\fB[read:+\f(BIfile\fB]\fR" 4 1694.IP "\fB[read:+\f(BIfile\fB]\fR" 4
2212composite characters. This is required for proper viewing of text 2225composite characters. This is required for proper viewing of text
2213where accents are encoded as seperate unicode characters. This is 2226where accents are encoded as seperate unicode characters. This is
2214done by using precomposited characters when available or creating 2227done by using precomposited characters when available or creating
2215new pseudo-characters when no precomposed form exists. 2228new pseudo-characters when no precomposed form exists.
2216.Sp 2229.Sp
2217Without \-\-enable\-unicode3, the number of additional precomposed 2230Without \-\-enable\-unicode3, the number of additional precomposed characters
2218characters is rather limited (2048, if this is full, rxvt will use the 2231is rather limited (2048, if this is full, rxvt-unicode will use the
2219private use area, extending the number of combinations to 8448). With 2232private use area, extending the number of combinations to 8448). With
2220\&\-\-enable\-unicode3, no practical limit exists. This will also enable 2233\&\-\-enable\-unicode3, no practical limit exists.
2221storage of characters >65535. 2234.Sp
2235This option will also enable storage (but not display) of characters
2236beyond plane 0 (>65535) when \-\-enable\-unicode3 was not specified.
2222.Sp 2237.Sp
2223The combining table also contains entries for arabic presentation forms, 2238The combining table also contains entries for arabic presentation forms,
2224but these are not currently used. Bug me if you want these to be used. 2239but these are not currently used. Bug me if you want these to be used (and
2240tell me how these are to be used...).
2225.IP "\-\-enable\-fallback(=CLASS)" 4 2241.IP "\-\-enable\-fallback(=CLASS)" 4
2226.IX Item "--enable-fallback(=CLASS)" 2242.IX Item "--enable-fallback(=CLASS)"
2227When reading resource settings, also read settings for class \s-1CLASS\s0 2243When reading resource settings, also read settings for class \s-1CLASS\s0
2228(default: Rxvt). To disable resource fallback use \-\-disable\-fallback. 2244(default: Rxvt). To disable resource fallback use \-\-disable\-fallback.
2229.IP "\-\-with\-res\-name=NAME" 4 2245.IP "\-\-with\-res\-name=NAME" 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines