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.22 by root, Mon Jan 17 01:44:51 2005 UTC vs.
Revision 1.28 by root, Sun Apr 17 22:36:13 2005 UTC

20 --enable-font-styles 20 --enable-font-styles
21 Add support for bold, *italic* and *bold italic* font styles. The 21 Add support for bold, *italic* and *bold italic* font styles. The
22 fonts can be set manually or automatically. 22 fonts can be set manually or automatically.
23 23
24 --with-codesets=NAME,... 24 --with-codesets=NAME,...
25 Compile in support for additional codeset (encoding) groups (eu, vn 25 Compile in support for additional codeset (encoding) groups ("eu",
26 are always compiled in, which includes most 8-bit character sets). 26 "vn" are always compiled in, which includes most 8-bit character
27 These codeset tables are currently only used for driving X11 core 27 sets). These codeset tables are used for driving X11 core fonts,
28 fonts, they are not required for Xft fonts. Compiling them in will 28 they are not required for Xft fonts, although having them compiled
29 make your binary bigger (together about 700kB), but it doesn't 29 in lets rxvt-unicode choose replacement fonts more intelligently.
30 increase memory usage unless you use an X11 font requiring one of 30 Compiling them in will make your binary bigger (all of together cost
31 these encodings. 31 about 700kB), but it doesn't increase memory usage unless you use a
32 font requiring one of these encodings.
32 33
33 all all available codeset groups 34 all all available codeset groups
34 zh common chinese encodings 35 zh common chinese encodings
35 zh_ext rarely used but very big chinese encodigs 36 zh_ext rarely used but very big chinese encodigs
36 jp common japanese encodings 37 jp common japanese encodings
60 accents are encoded as seperate unicode characters. This is done by 61 accents are encoded as seperate unicode characters. This is done by
61 using precomposited characters when available or creating new 62 using precomposited characters when available or creating new
62 pseudo-characters when no precomposed form exists. 63 pseudo-characters when no precomposed form exists.
63 64
64 Without --enable-unicode3, the number of additional precomposed 65 Without --enable-unicode3, the number of additional precomposed
65 characters is rather limited (2048, if this is full, rxvt will use 66 characters is rather limited (2048, if this is full, rxvt-unicode
66 the private use area, extending the number of combinations to 8448). 67 will use the private use area, extending the number of combinations
67 With --enable-unicode3, no practical limit exists. This will also 68 to 8448). With --enable-unicode3, no practical limit exists.
68 enable storage of characters >65535. 69
70 This option will also enable storage (but not display) of characters
71 beyond plane 0 (>65535) when --enable-unicode3 was not specified.
69 72
70 The combining table also contains entries for arabic presentation 73 The combining table also contains entries for arabic presentation
71 forms, but these are not currently used. Bug me if you want these to 74 forms, but these are not currently used. Bug me if you want these to
72 be used. 75 be used (and tell me how these are to be used...).
73 76
74 --enable-fallback(=CLASS) 77 --enable-fallback(=CLASS)
75 When reading resource settings, also read settings for class CLASS 78 When reading resource settings, also read settings for class CLASS
76 (default: Rxvt). To disable resource fallback use 79 (default: Rxvt). To disable resource fallback use
77 --disable-fallback. 80 --disable-fallback.
151 154
152 --enable-xgetdefault 155 --enable-xgetdefault
153 Make resources checking via XGetDefault() instead of our small 156 Make resources checking via XGetDefault() instead of our small
154 version which only checks ~/.Xdefaults, or if that doesn't exist 157 version which only checks ~/.Xdefaults, or if that doesn't exist
155 then ~/.Xresources. 158 then ~/.Xresources.
159
160 Please note that nowadays, things like XIM will automatically pull
161 in and use the full X resource manager, so the overhead of using it
162 might be very small, if nonexistant.
156 163
157 --enable-strings 164 --enable-strings
158 Add support for our possibly faster memset() function and other 165 Add support for our possibly faster memset() function and other
159 various routines, overriding your system's versions which may have 166 various routines, overriding your system's versions which may have
160 been hand-crafted in assembly or may require extra libraries to link 167 been hand-crafted in assembly or may require extra libraries to link
171 178
172 A non-exhaustive list of features enabled by "--enable-frills" 179 A non-exhaustive list of features enabled by "--enable-frills"
173 (possibly in combination with other switches) is: 180 (possibly in combination with other switches) is:
174 181
175 MWM-hints 182 MWM-hints
183 EWMH-hints (pid, utf8 names) and protocols (ping)
176 seperate underline colour 184 seperate underline colour
177 settable border widths and borderless switch 185 settable border widths and borderless switch
178 settable extra linespacing 186 settable extra linespacing
179 extra window properties (e.g. UTF-8 window names and PID)
180 iso-14755-2 and -3, and visual feedback 187 iso-14755-2 and -3, and visual feedback
181 backindex and forwardindex escape sequence 188 backindex and forwardindex escape sequence
182 window op and locale change escape sequences 189 window op and some xterm/OSC escape sequences
183 tripleclickwords 190 tripleclickwords
184 settable insecure mode 191 settable insecure mode
192 keysym remapping support
193 cursor blinking and underline cursor
194 -embed and -pty-fd options
185 195
186 --enable-iso14755 196 --enable-iso14755
187 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 197 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
188 Basic support (section 5.1) is enabled by "--enable-frills", while 198 Basic support (section 5.1) is enabled by "--enable-frills", while
189 support for 5.2, 5.3 and 5.4 is enabled with this switch. 199 support for 5.2, 5.3 and 5.4 is enabled with this switch.
219 --enable-smart-resize 229 --enable-smart-resize
220 Add smart growth/shrink behaviour when changing font size via from 230 Add smart growth/shrink behaviour when changing font size via from
221 hot keys. This should keep in a fixed position the rxvt corner which 231 hot keys. This should keep in a fixed position the rxvt corner which
222 is closest to a corner of the screen. 232 is closest to a corner of the screen.
223 233
224 --enable-cursor-blink
225 Add support for a blinking cursor.
226
227 --enable-pointer-blank 234 --enable-pointer-blank
228 Add support to have the pointer disappear when typing or inactive. 235 Add support to have the pointer disappear when typing or inactive.
229 236
230 --with-name=NAME 237 --with-name=NAME
231 Set the basename for the installed binaries (default: "urxvt", 238 Set the basename for the installed binaries (default: "urxvt",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines