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.38 by root, Sat Jan 7 04:19:43 2006 UTC vs.
Revision 1.40 by root, Fri Jan 13 12:40:46 2006 UTC

156 Removes any handling of the delete key by us - let the X server do 156 Removes any handling of the delete key by us - let the X server do
157 it. 157 it.
158 158
159 --disable-resources 159 --disable-resources
160 Removes any support for resource checking. 160 Removes any support for resource checking.
161
162 --enable-xgetdefault
163 Make resources checking via XGetDefault() instead of our small
164 version which only checks ~/.Xdefaults, or if that doesn't exist
165 then ~/.Xresources.
166
167 Please note that nowadays, things like XIM will automatically pull
168 in and use the full X resource manager, so the overhead of using it
169 might be very small, if nonexistant.
170 161
171 --enable-strings (default: off) 162 --enable-strings (default: off)
172 Add support for our possibly faster memset() function and other 163 Add support for our possibly faster memset() function and other
173 various routines, overriding your system's versions which may have 164 various routines, overriding your system's versions which may have
174 been hand-crafted in assembly or may require extra libraries to link 165 been hand-crafted in assembly or may require extra libraries to link
203 hold on exit (-hold) 194 hold on exit (-hold)
204 skip builtin block graphics (-sbg) 195 skip builtin block graphics (-sbg)
205 sgr modes 90..97 and 100..107 196 sgr modes 90..97 and 100..107
206 197
207 --enable-iso14755 (default: on) 198 --enable-iso14755 (default: on)
208 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 199 Enable extended ISO 14755 support (see urxvt(1), or doc/rxvt.1.txt).
209 Basic support (section 5.1) is enabled by "--enable-frills", while 200 Basic support (section 5.1) is enabled by "--enable-frills", while
210 support for 5.2, 5.3 and 5.4 is enabled with this switch. 201 support for 5.2, 5.3 and 5.4 is enabled with this switch.
211 202
212 --enable-keepscrolling (default: on) 203 --enable-keepscrolling (default: on)
213 Add support for continual scrolling of the display when you hold the 204 Add support for continual scrolling of the display when you hold the
244 235
245 --enable-pointer-blank (default: on) 236 --enable-pointer-blank (default: on)
246 Add support to have the pointer disappear when typing or inactive. 237 Add support to have the pointer disappear when typing or inactive.
247 238
248 --enable-perl (default: off) 239 --enable-perl (default: off)
249 Enable an embedded perl interpreter. See the rxvtperl(3) manpage 240 Enable an embedded perl interpreter. See the urxvtperl(3) manpage
250 (doc/rxvtperl.txt) for more info on this feature, or the files in 241 (doc/rxvtperl.txt) for more info on this feature, or the files in
251 src/perl-ext/ for the extensions that are installed by default. The 242 src/perl-ext/ for the extensions that are installed by default. The
252 perl interpreter that is used can be specified via the "PERL" 243 perl interpreter that is used can be specified via the "PERL"
253 environment variable when running configure. 244 environment variable when running configure.
254 245

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines