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

Comparing rxvt-unicode/README.configure (file contents):
Revision 1.75 by root, Thu May 10 22:42:03 2012 UTC vs.
Revision 1.84 by root, Sat Jul 3 04:04:12 2021 UTC

47 Add support for XIM (X Input Method) protocol. This allows using 47 Add support for XIM (X Input Method) protocol. This allows using
48 alternative input methods (e.g. kinput2) and will also correctly set 48 alternative input methods (e.g. kinput2) and will also correctly set
49 up the input for people using dead keys or compose keys. 49 up the input for people using dead keys or compose keys.
50 50
51 --enable-unicode3 (default: off) 51 --enable-unicode3 (default: off)
52 Recommended to stay off unless you really need non-BMP characters. 52 Recommended to stay off unless you really need a lot of non-BMP
53 characters.
53 54
54 Enable direct support for displaying unicode codepoints above 65535 55 Enable support for direct storage of unicode characters above 65535
55 (the basic multilingual page). This increases storage requirements 56 (the basic multilingual page). This increases storage requirements
56 per character from 2 to 4 bytes. X11 fonts do not yet support these 57 per character from 2 to 4 bytes. X11 fonts do not yet support these
57 extra characters, but Xft does. 58 extra characters, but Xft does.
58 59
59 Please note that rxvt-unicode can store unicode code points >65535 60 Please note that rxvt-unicode can store and display unicode
60 even without this flag, but the number of such characters is limited 61 characters above 65535 even without this flag, but the number of
61 to a few thousand (shared with combining characters, see next 62 such characters is limited to a few thousand (shared with combining
62 switch), and right now rxvt-unicode cannot display them 63 characters, see next switch).
63 (input/output and cut&paste still work, though).
64 64
65 --enable-combining (default: on) 65 --enable-combining (default: on)
66 Enable automatic composition of combining characters into composite 66 Enable automatic composition of combining characters into composite
67 characters. This is required for proper viewing of text where 67 characters. This is required for proper viewing of text where
68 accents are encoded as separate unicode characters. This is done by 68 accents are encoded as separate unicode characters. This is done by
116 window managers to display some kind of progress indicator during 116 window managers to display some kind of progress indicator during
117 startup. 117 startup.
118 118
119 --enable-transparency (default: on) 119 --enable-transparency (default: on)
120 Add support for using the root pixmap as background to simulate 120 Add support for using the root pixmap as background to simulate
121 transparency. Note that blur and blend effects depend on libXrender 121 transparency. Note that this feature depends on libXrender and on
122 and on the availability of the RENDER extension in the X server. 122 the availability of the RENDER extension in the X server.
123 123
124 --enable-fading (default: on) 124 --enable-fading (default: on)
125 Add support for fading the text when focus is lost. 125 Add support for fading the text when focus is lost.
126 126
127 --enable-rxvt-scroll (default: on) 127 --enable-rxvt-scroll (default: on)
171 user-pty (-pty-fd) 171 user-pty (-pty-fd)
172 hold on exit (-hold) 172 hold on exit (-hold)
173 compile in built-in block graphics 173 compile in built-in block graphics
174 skip builtin block graphics (-sbg) 174 skip builtin block graphics (-sbg)
175 separate highlight colour (-highlightColor, -highlightTextColor) 175 separate highlight colour (-highlightColor, -highlightTextColor)
176 focus reporting mode (1004).
176 extended mouse reporting modes (1005 and 1015). 177 extended mouse reporting modes (1005, 1006 and 1015).
178 visual selection via -visual and -depth.
179 systemd socket activation
177 180
178 It also enables some non-essential features otherwise disabled, such 181 It also enables some non-essential features otherwise disabled, such
179 as: 182 as:
180 183
181 some round-trip time optimisations 184 some round-trip time optimisations

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines