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.57 by root, Sat Oct 27 12:09:02 2007 UTC vs.
Revision 1.63 by root, Sun Jun 15 13:54:15 2008 UTC

34 in lets rxvt-unicode choose replacement fonts more intelligently. 34 in lets rxvt-unicode choose replacement fonts more intelligently.
35 Compiling them in will make your binary bigger (all of together cost 35 Compiling them in will make your binary bigger (all of together cost
36 about 700kB), but it doesn't increase memory usage unless you use a 36 about 700kB), but it doesn't increase memory usage unless you use a
37 font requiring one of these encodings. 37 font requiring one of these encodings.
38 38
39 all all available codeset groups 39 all all available codeset groups
40 zh common chinese encodings 40 zh common chinese encodings
41 zh_ext rarely used but very big chinese encodings 41 zh_ext rarely used but very big chinese encodings
42 jp common japanese encodings 42 jp common japanese encodings
43 jp_ext rarely used but big japanese encodings 43 jp_ext rarely used but big japanese encodings
44 kr korean encodings 44 kr korean encodings
45
46 --enable-xim (default: on) 45 --enable-xim (default: on)
47 Add support for XIM (X Input Method) protocol. This allows using 46 Add support for XIM (X Input Method) protocol. This allows using
48 alternative input methods (e.g. kinput2) and will also correctly set 47 alternative input methods (e.g. kinput2) and will also correctly set
49 up the input for people using dead keys or compose keys. 48 up the input for people using dead keys or compose keys.
50 49
86 85
87 --with-res-name=NAME (default: urxvt) 86 --with-res-name=NAME (default: urxvt)
88 Use the given name as default application name when reading 87 Use the given name as default application name when reading
89 resources. Specify --with-res-name=rxvt to replace rxvt. 88 resources. Specify --with-res-name=rxvt to replace rxvt.
90 89
91 --with-res-class=CLASS /default: URxvt) 90 --with-res-class=CLASS (default: URxvt)
92 Use the given class as default application class when reading 91 Use the given class as default application class when reading
93 resources. Specify --with-res-class=Rxvt to replace rxvt. 92 resources. Specify --with-res-class=Rxvt to replace rxvt.
94 93
95 --enable-utmp (default: on) 94 --enable-utmp (default: on)
96 Write user and tty to utmp file (used by programs like w) at start 95 Write user and tty to utmp file (used by programs like w) at start
115 114
116 This option also adds such eye candy as blending an image over the 115 This option also adds such eye candy as blending an image over the
117 root background, as well as dynamic scaling and bluring of 116 root background, as well as dynamic scaling and bluring of
118 background images. 117 background images.
119 118
120 Note that with this option enabled, urxvt's memory footprint might 119 Note that with this option enabled, rxvt's memory footprint might
121 increase by a few megabytes even if no extra features are used 120 increase by a few megabytes even if no extra features are used
122 (mostly due to third-party libraries used by libAI). Memory 121 (mostly due to third-party libraries used by libAI). Memory
123 footprint may somewhat be lowered if libAfterImage is configured 122 footprint may somewhat be lowered if libAfterImage is configured
124 without support for SVG. 123 without support for SVG.
125 124
126 --enable-transparency (default: on) 125 --enable-transparency (default: on)
127 Add support for inheriting parent backgrounds thus giving a fake 126 Add support for backgrounds, creating illusion of transparency in
128 transparency to the term. 127 the term.
129 128
130 --enable-fading (default: on) 129 --enable-fading (default: on)
131 Add support for fading the text when focus is lost. 130 Add support for fading the text when focus is lost.
132 131
133 --enable-rxvt-scroll (default: on) 132 --enable-rxvt-scroll (default: on)
136 --enable-next-scroll (default: on) 135 --enable-next-scroll (default: on)
137 Add support for a NeXT-like scrollbar. 136 Add support for a NeXT-like scrollbar.
138 137
139 --enable-xterm-scroll (default: on) 138 --enable-xterm-scroll (default: on)
140 Add support for an Xterm-like scrollbar. 139 Add support for an Xterm-like scrollbar.
141
142 --enable-plain-scroll (default: on)
143 Add support for a very unobtrusive, plain-looking scrollbar that is
144 the favourite of the rxvt-unicode author, having used it for many
145 years.
146
147 --enable-ttygid (default: off)
148 Change tty device setting to group "tty" - only use this if your
149 system uses this type of security.
150 140
151 --disable-backspace-key 141 --disable-backspace-key
152 Removes any handling of the backspace key by us - let the X server 142 Removes any handling of the backspace key by us - let the X server
153 do it. 143 do it.
154 144
183 keysym remapping support 173 keysym remapping support
184 cursor blinking and underline cursor (-cb, -uc) 174 cursor blinking and underline cursor (-cb, -uc)
185 XEmbed support (-embed) 175 XEmbed support (-embed)
186 user-pty (-pty-fd) 176 user-pty (-pty-fd)
187 hold on exit (-hold) 177 hold on exit (-hold)
178 compile in built-in block graphics
188 skip builtin block graphics (-sbg) 179 skip builtin block graphics (-sbg)
189 separate highlightcolor support (-hc) 180 separate highlightcolor support (-hc)
190 181
191 It also enables some non-essential features otherwise disabled, such 182 It also enables some non-essential features otherwise disabled, such
192 as: 183 as:
202 rectangular selections 193 rectangular selections
203 trailing space removal for selections 194 trailing space removal for selections
204 verbose X error handling 195 verbose X error handling
205 196
206 --enable-iso14755 (default: on) 197 --enable-iso14755 (default: on)
207 Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt). 198 Enable extended ISO 14755 support (see rxvt(1)). Basic support
208 Basic support (section 5.1) is enabled by "--enable-frills", while 199 (section 5.1) is enabled by "--enable-frills", while support for
209 support for 5.2, 5.3 and 5.4 is enabled with this switch. 200 5.2, 5.3 and 5.4 is enabled with this switch.
210 201
211 --enable-keepscrolling (default: on) 202 --enable-keepscrolling (default: on)
212 Add support for continual scrolling of the display when you hold the 203 Add support for continual scrolling of the display when you hold the
213 mouse button down on a scrollbar arrow. 204 mouse button down on a scrollbar arrow.
214 205
227 --enable-smart-resize (default: off) 218 --enable-smart-resize (default: off)
228 Add smart growth/shrink behaviour when resizing. This should keep 219 Add smart growth/shrink behaviour when resizing. This should keep
229 the window corner which is closest to a corner of the screen in a 220 the window corner which is closest to a corner of the screen in a
230 fixed position. 221 fixed position.
231 222
223 --enable-text-blink (default: on)
224 Add support for blinking text.
225
232 --enable-pointer-blank (default: on) 226 --enable-pointer-blank (default: on)
233 Add support to have the pointer disappear when typing or inactive. 227 Add support to have the pointer disappear when typing or inactive.
234 228
235 --enable-perl (default: on) 229 --enable-perl (default: on)
236 Enable an embedded perl interpreter. See the urxvtperl(3) manpage 230 Enable an embedded perl interpreter. See the rxvtperl(3) manpage for
237 (doc/rxvtperl.txt) for more info on this feature, or the files in 231 more info on this feature, or the files in src/perl/ for the
238 src/perl-ext/ for the extensions that are installed by default. The 232 extensions that are installed by default. The perl interpreter that
239 perl interpreter that is used can be specified via the "PERL" 233 is used can be specified via the "PERL" environment variable when
240 environment variable when running configure. Even when compiled in, 234 running configure. Even when compiled in, perl will *not* be
241 perl will *not* be initialised when all extensions have been 235 initialised when all extensions have been disabled "-pe ""
242 disabled "-pe "" --perl-ext-common """, so it should be safe to 236 --perl-ext-common """, so it should be safe to enable from a
243 enable from a resource standpoint. 237 resource standpoint.
244 238
245 --with-afterimage-config=DIR 239 --with-afterimage-config=DIR
246 Look for the libAfterImage config script in DIR. 240 Look for the libAfterImage config script in DIR.
247 241
248 --with-name=NAME (default: urxvt) 242 --with-name=NAME (default: urxvt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines