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.17 by root, Sun Aug 15 04:42:45 2004 UTC vs.
Revision 1.20 by root, Tue Jan 11 02:24:59 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
162 --enable-iso14755 172 --enable-iso14755
163 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 173 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
164 Basic support (section 5.1) is enabled by "--enable-frills", while 174 Basic support (section 5.1) is enabled by "--enable-frills", while
165 support for 5.2, 5.3 and 5.4 is enabled with this switch. 175 support for 5.2, 5.3 and 5.4 is enabled with this switch.
166 176
167 --enable-linespace
168 Add support to provide user specified line spacing between text
169 rows.
170
171 --enable-keepscrolling 177 --enable-keepscrolling
172 Add support for continual scrolling of the display when you hold the 178 Add support for continual scrolling of the display when you hold the
173 mouse button down on a scrollbar arrow. 179 mouse button down on a scrollbar arrow.
174 180
175 --enable-mousewheel 181 --enable-mousewheel
199 --enable-smart-resize 205 --enable-smart-resize
200 Add smart growth/shrink behaviour when changing font size via from 206 Add smart growth/shrink behaviour when changing font size via from
201 hot keys. This should keep in a fixed position the rxvt corner which 207 hot keys. This should keep in a fixed position the rxvt corner which
202 is closest to a corner of the screen. 208 is closest to a corner of the screen.
203 209
204 --enable-256-color
205 Add support for 256 colours rather than the base 16 colours.
206
207 This option will likely go away in the future. Speak up if you don't
208 want this.
209
210 --enable-cursor-blink 210 --enable-cursor-blink
211 Add support for a blinking cursor. 211 Add support for a blinking cursor.
212 212
213 --enable-pointer-blank 213 --enable-pointer-blank
214 Add support to have the pointer disappear when typing or inactive. 214 Add support to have the pointer disappear when typing or inactive.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines