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.86 by root, Sun Nov 14 17:58:54 2021 UTC vs.
Revision 1.87 by root, Tue Nov 23 10:54:27 2021 UTC

180 rectangular selections 180 rectangular selections
181 trailing space removal for selections 181 trailing space removal for selections
182 verbose X error handling 182 verbose X error handling
183 183
184 --enable-iso14755 (default: on) 184 --enable-iso14755 (default: on)
185 Enable extended ISO 14755 support (see rxvt(1)). Basic support 185 Enable extended ISO 14755 support (see urxvt(1)). Basic support
186 (section 5.1) is enabled by "--enable-frills", while support for 186 (section 5.1) is enabled by "--enable-frills", while support for
187 5.2, 5.3 and 5.4 is enabled with this switch. 187 5.2, 5.3 and 5.4 is enabled with this switch.
188 188
189 --enable-keepscrolling (default: on) 189 --enable-keepscrolling (default: on)
190 Add support for continual scrolling of the display when you hold the 190 Add support for continual scrolling of the display when you hold the
212 212
213 --enable-pointer-blank (default: on) 213 --enable-pointer-blank (default: on)
214 Add support to have the pointer disappear when typing or inactive. 214 Add support to have the pointer disappear when typing or inactive.
215 215
216 --enable-perl (default: on) 216 --enable-perl (default: on)
217 Enable an embedded perl interpreter. See the rxvtperl(3) manpage for 217 Enable an embedded perl interpreter. See the urxvtperl(3) manpage
218 more info on this feature, or the files in src/perl/ for the 218 for more info on this feature, or the files in src/perl/ for the
219 extensions that are installed by default. The perl interpreter that 219 extensions that are installed by default. The perl interpreter that
220 is used can be specified via the "PERL" environment variable when 220 is used can be specified via the "PERL" environment variable when
221 running configure. Even when compiled in, perl will *not* be 221 running configure. Even when compiled in, perl will *not* be
222 initialised when all extensions have been disabled "-pe "" 222 initialised when all extensions have been disabled "-pe ""
223 --perl-ext-common """, so it should be safe to enable from a 223 --perl-ext-common """, so it should be safe to enable from a
235 This switch breaks termcap/terminfo compatibility to 235 This switch breaks termcap/terminfo compatibility to
236 "TERM=rxvt-unicode", and consequently sets "TERM" to 236 "TERM=rxvt-unicode", and consequently sets "TERM" to
237 "rxvt-unicode-256color" by default (doc/etc/ contains 237 "rxvt-unicode-256color" by default (doc/etc/ contains
238 termcap/terminfo definitions for both). 238 termcap/terminfo definitions for both).
239 239
240 It also results in higher memory usage and can slow down rxvt 240 It also results in higher memory usage and can slow down urxvt
241 dramatically when more than six fonts are in use by a terminal 241 dramatically when more than six fonts are in use by a terminal
242 instance. 242 instance.
243 243
244 --with-name=NAME (default: urxvt) 244 --with-name=NAME (default: urxvt)
245 Set the basename for the installed binaries, resulting in "urxvt", 245 Set the basename for the installed binaries, resulting in "urxvt",
246 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt". 246 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
247 247
248 --with-term=NAME (default: rxvt-unicode) 248 --with-term=NAME (default: rxvt-unicode)
249 Sets the default "TERM" value that rxvt sets. The default is either 249 Sets the default "TERM" value that urxvt sets. The default is either
250 "rxvt-unicode" or "rxvt-unicode-256color", as appropriate. 250 "rxvt-unicode" or "rxvt-unicode-256color", as appropriate.
251 251
252 --with-terminfo=PATH 252 --with-terminfo=PATH
253 If set, rxvt will set the environment variable "TERMINFO" to the 253 If set, urxvt will set the environment variable "TERMINFO" to the
254 given PATH, which can be useful as a last resort if installing the 254 given PATH, which can be useful as a last resort if installing the
255 terminfo entries system-wide is not possible. 255 terminfo entries system-wide is not possible.
256 256
257 --with-x 257 --with-x
258 Use the X Window System (pretty much default, eh?). 258 Use the X Window System (pretty much default, eh?).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines