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.132 by root, Fri May 14 13:52:31 2021 UTC vs.
Revision 1.133 by root, Sat Jul 3 04:04:12 2021 UTC

131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "@@RXVT_NAME@@ 7" 135.IX Title "@@RXVT_NAME@@ 7"
136.TH @@RXVT_NAME@@ 7 "2021-05-14" "@@RXVT_VERSION@@" "RXVT-UNICODE" 136.TH @@RXVT_NAME@@ 7 "2021-06-27" "@@RXVT_VERSION@@" "RXVT-UNICODE"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
167.SS "Meta, Features & Commandline Issues" 167.SS "Meta, Features & Commandline Issues"
168.IX Subsection "Meta, Features & Commandline Issues" 168.IX Subsection "Meta, Features & Commandline Issues"
169\fIMy question isn't answered here, can I ask a human?\fR 169\fIMy question isn't answered here, can I ask a human?\fR
170.IX Subsection "My question isn't answered here, can I ask a human?" 170.IX Subsection "My question isn't answered here, can I ask a human?"
171.PP 171.PP
172Before sending me mail, you could go to \s-1IRC:\s0 \f(CW\*(C`irc.freenode.net\*(C'\fR, 172Before sending me mail, you could go to \s-1IRC:\s0 \f(CW\*(C`irc.libera.chat\*(C'\fR,
173channel \f(CW\*(C`#rxvt\-unicode\*(C'\fR has some rxvt-unicode enthusiasts that might be 173channel \f(CW\*(C`#rxvt\-unicode\*(C'\fR has some rxvt-unicode enthusiasts that might be
174interested in learning about new and exciting problems (but not FAQs :). 174interested in learning about new and exciting problems (but not FAQs :).
175.PP 175.PP
176\fII use Gentoo, and I have a problem...\fR 176\fII use Gentoo, and I have a problem...\fR
177.IX Subsection "I use Gentoo, and I have a problem..." 177.IX Subsection "I use Gentoo, and I have a problem..."
2590Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using 2590Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using
2591alternative input methods (e.g. kinput2) and will also correctly 2591alternative input methods (e.g. kinput2) and will also correctly
2592set up the input for people using dead keys or compose keys. 2592set up the input for people using dead keys or compose keys.
2593.IP "\-\-enable\-unicode3 (default: off)" 4 2593.IP "\-\-enable\-unicode3 (default: off)" 4
2594.IX Item "--enable-unicode3 (default: off)" 2594.IX Item "--enable-unicode3 (default: off)"
2595Recommended to stay off unless you really need non-BMP characters. 2595Recommended to stay off unless you really need a lot of non-BMP
2596characters.
2596.Sp 2597.Sp
2597Enable direct support for displaying unicode codepoints above 2598Enable support for direct storage of unicode characters above 65535
259865535 (the basic multilingual page). This increases storage 2599(the basic multilingual page). This increases storage requirements per
2599requirements per character from 2 to 4 bytes. X11 fonts do not yet 2600character from 2 to 4 bytes. X11 fonts do not yet support these extra
2600support these extra characters, but Xft does. 2601characters, but Xft does.
2601.Sp 2602.Sp
2602Please note that rxvt-unicode can store unicode code points >65535 2603Please note that rxvt-unicode can store and display unicode characters
2603even without this flag, but the number of such characters is 2604above 65535 even without this flag, but the number of such characters is
2604limited to a few thousand (shared with combining characters, 2605limited to a few thousand (shared with combining characters, see next
2605see next switch), and right now rxvt-unicode cannot display them 2606switch).
2606(input/output and cut&paste still work, though).
2607.IP "\-\-enable\-combining (default: on)" 4 2607.IP "\-\-enable\-combining (default: on)" 4
2608.IX Item "--enable-combining (default: on)" 2608.IX Item "--enable-combining (default: on)"
2609Enable automatic composition of combining characters into 2609Enable automatic composition of combining characters into
2610composite characters. This is required for proper viewing of text 2610composite characters. This is required for proper viewing of text
2611where accents are encoded as separate unicode characters. This is 2611where accents are encoded as separate unicode characters. This is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines