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.88 by root, Mon Jan 2 18:37:20 2023 UTC vs.
Revision 1.89 by root, Mon Feb 13 17:29:02 2023 UTC

31 Compile in support for additional codeset (encoding) groups ("eu", 31 Compile in support for additional codeset (encoding) groups ("eu",
32 "vn" are always compiled in, which includes most 8-bit character 32 "vn" are always compiled in, which includes most 8-bit character
33 sets). These codeset tables are used for driving X11 core fonts, 33 sets). These codeset tables are used for driving X11 core fonts,
34 they are not required for Xft fonts, although having them compiled 34 they are not required for Xft fonts, although having them compiled
35 in lets rxvt-unicode choose replacement fonts more intelligently. 35 in lets rxvt-unicode choose replacement fonts more intelligently.
36 Compiling them in will make your binary bigger (all of together cost 36 Compiling them in will make your binary bigger (all of them together
37 about 700kB), but it doesn't increase memory usage unless you use a 37 cost about 700kB), but it doesn't increase memory usage unless you
38 font requiring one of these encodings. 38 use a font requiring one of these encodings.
39 39
40 all all available codeset groups 40 all all available codeset groups
41 zh common chinese encodings 41 zh common chinese encodings
42 zh_ext rarely used but very big chinese encodings 42 zh_ext rarely used but very big chinese encodings
43 jp common japanese encodings 43 jp common japanese encodings
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