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.16 by root, Sat Aug 14 03:07:50 2004 UTC vs.
Revision 1.22 by root, Mon Jan 17 01:44:51 2005 UTC

15 --enable-xft 15 --enable-xft
16 Add support for Xft (anti-aliases, among others) fonts. Xft fonts 16 Add support for Xft (anti-aliases, among others) fonts. Xft fonts
17 are slower and require lots of memory, but as long as you don't use 17 are slower and require lots of memory, but as long as you don't use
18 them, you don't pay for them. 18 them, you don't pay for them.
19 19
20 --enable-font-styles
21 Add support for bold, *italic* and *bold italic* font styles. The
22 fonts can be set manually or automatically.
23
20 --with-codesets=NAME,... 24 --with-codesets=NAME,...
21 Compile in support for additional codeset groups: 25 Compile in support for additional codeset (encoding) groups (eu, vn
26 are always compiled in, which includes most 8-bit character sets).
27 These codeset tables are currently only used for driving X11 core
28 fonts, they are not required for Xft fonts. Compiling them in will
29 make your binary bigger (together about 700kB), but it doesn't
30 increase memory usage unless you use an X11 font requiring one of
31 these encodings.
22 32
23 all all of the above 33 all all available codeset groups
24 cn common chinese encodings 34 zh common chinese encodings
25 cn_ext rarely used but very big chinese encodigs 35 zh_ext rarely used but very big chinese encodigs
26 jp common japanese encodings 36 jp common japanese encodings
27 jp_ext rarely used but big japanese encodings 37 jp_ext rarely used but big japanese encodings
28 kr korean encodings 38 kr korean encodings
29 39
30 --enable-xim 40 --enable-xim
157 --enable-frills 167 --enable-frills
158 Add support for many small features that are not essential but nice 168 Add support for many small features that are not essential but nice
159 to have. Normally you want this, but for very small binaries you may 169 to have. Normally you want this, but for very small binaries you may
160 want to disable this. 170 want to disable this.
161 171
162 --enable-linespace 172 A non-exhaustive list of features enabled by "--enable-frills"
163 Add support to provide user specified line spacing between text 173 (possibly in combination with other switches) is:
164 rows. 174
175 MWM-hints
176 seperate underline colour
177 settable border widths and borderless switch
178 settable extra linespacing
179 extra window properties (e.g. UTF-8 window names and PID)
180 iso-14755-2 and -3, and visual feedback
181 backindex and forwardindex escape sequence
182 window op and locale change escape sequences
183 tripleclickwords
184 settable insecure mode
185
186 --enable-iso14755
187 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
189 support for 5.2, 5.3 and 5.4 is enabled with this switch.
165 190
166 --enable-keepscrolling 191 --enable-keepscrolling
167 Add support for continual scrolling of the display when you hold the 192 Add support for continual scrolling of the display when you hold the
168 mouse button down on a scrollbar arrow. 193 mouse button down on a scrollbar arrow.
169 194
194 --enable-smart-resize 219 --enable-smart-resize
195 Add smart growth/shrink behaviour when changing font size via from 220 Add smart growth/shrink behaviour when changing font size via from
196 hot keys. This should keep in a fixed position the rxvt corner which 221 hot keys. This should keep in a fixed position the rxvt corner which
197 is closest to a corner of the screen. 222 is closest to a corner of the screen.
198 223
199 --enable-256-color
200 Add support for 256 colours rather than the base 16 colours.
201
202 This option will likely go away in the future. Speak up if you don't
203 want this.
204
205 --enable-cursor-blink 224 --enable-cursor-blink
206 Add support for a blinking cursor. 225 Add support for a blinking cursor.
207 226
208 --enable-pointer-blank 227 --enable-pointer-blank
209 Add support to have the pointer disappear when typing or inactive. 228 Add support to have the pointer disappear when typing or inactive.
210 229
211 --with-name=NAME 230 --with-name=NAME
212 Set the basename for the installed binaries (default: urxvt, 231 Set the basename for the installed binaries (default: "urxvt",
213 resulting in urxvt, urxvtd etc.). Specify --with-name=rxvt to 232 resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
214 replace rxvt. 233 replace with "rxvt".
215 234
216 --with-term=NAME 235 --with-term=NAME
217 Change the environmental variable for the terminal to NAME (default 236 Change the environmental variable for the terminal to NAME (default
218 "rxvt") 237 "rxvt-unicode")
219 238
220 --with-terminfo=PATH 239 --with-terminfo=PATH
221 Change the environmental variable for the path to the terminfo tree 240 Change the environmental variable for the path to the terminfo tree
222 to PATH. 241 to PATH.
223 242

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines