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.71 by sf-exg, Mon May 2 08:25:23 2011 UTC vs.
Revision 1.86 by root, Sun Nov 14 17:58:54 2021 UTC

47 Add support for XIM (X Input Method) protocol. This allows using 47 Add support for XIM (X Input Method) protocol. This allows using
48 alternative input methods (e.g. kinput2) and will also correctly set 48 alternative input methods (e.g. kinput2) and will also correctly set
49 up the input for people using dead keys or compose keys. 49 up the input for people using dead keys or compose keys.
50 50
51 --enable-unicode3 (default: off) 51 --enable-unicode3 (default: off)
52 Recommended to stay off unless you really need non-BMP characters. 52 Recommended to stay off unless you really need a lot of non-BMP
53 characters.
53 54
54 Enable direct support for displaying unicode codepoints above 65535 55 Enable support for direct storage of unicode characters above 65535
55 (the basic multilingual page). This increases storage requirements 56 (the basic multilingual page). This increases storage requirements
56 per character from 2 to 4 bytes. X11 fonts do not yet support these 57 per character from 2 to 4 bytes. X11 fonts do not yet support these
57 extra characters, but Xft does. 58 extra characters, but Xft does.
58 59
59 Please note that rxvt-unicode can store unicode code points >65535 60 Please note that rxvt-unicode can store and display unicode
60 even without this flag, but the number of such characters is limited 61 characters above 65535 even without this flag, but the number of
61 to a few thousand (shared with combining characters, see next 62 such characters is limited to a few thousand (shared with combining
62 switch), and right now rxvt-unicode cannot display them 63 characters, see next switch).
63 (input/output and cut&paste still work, though).
64 64
65 --enable-combining (default: on) 65 --enable-combining (default: on)
66 Enable automatic composition of combining characters into composite 66 Enable automatic composition of combining characters into composite
67 characters. This is required for proper viewing of text where 67 characters. This is required for proper viewing of text where
68 accents are encoded as separate unicode characters. This is done by 68 accents are encoded as separate unicode characters. This is done by
90 90
91 --with-res-class=CLASS (default: URxvt) 91 --with-res-class=CLASS (default: URxvt)
92 Use the given class as default application class when reading 92 Use the given class as default application class when reading
93 resources. Specify --with-res-class=Rxvt to replace rxvt. 93 resources. Specify --with-res-class=Rxvt to replace rxvt.
94 94
95 --enable-utmp (default: on)
96 Write user and tty to utmp file (used by programs like w) at start
97 of rxvt execution and delete information when rxvt exits.
98
99 --enable-wtmp (default: on)
100 Write user and tty to wtmp file (used by programs like last) at
101 start of rxvt execution and write logout when rxvt exits. This
102 option requires --enable-utmp to also be specified.
103
104 --enable-lastlog (default: on)
105 Write user and tty to lastlog file (used by programs like lastlogin)
106 at start of rxvt execution. This option requires --enable-utmp to
107 also be specified.
108
109 --enable-afterimage (default: on)
110 Add support for libAfterImage to be used for background images. It
111 adds support for many file formats including JPG, PNG, SVG, TIFF,
112 GIF, XPM, BMP, ICO, XCF, TGA and AfterStep image XML
113 (<http://www.afterstep.org/visualdoc.php?show=asimagexml>).
114
115 Note that with this option enabled, urxvt's memory footprint might
116 increase by a few megabytes even if no extra features are used
117 (mostly due to third-party libraries used by libAI). Memory
118 footprint may somewhat be lowered if libAfterImage is configured
119 without support for SVG.
120
121 --enable-pixbuf (default: on) 95 --enable-pixbuf (default: on)
122 Add support for GDK-PixBuf to be used for background images. It adds 96 Add support for GDK-PixBuf to be used for background images. It adds
123 support for many file formats including JPG, PNG, TIFF, GIF, XPM, 97 support for many file formats including JPG, PNG, TIFF, GIF, XPM,
124 BMP, ICO and TGA. 98 BMP, ICO and TGA.
125 99
100 --enable-startup-notification (default: on)
101 Add support for freedesktop startup notifications. This allows
102 window managers to display some kind of progress indicator during
103 startup.
104
126 --enable-transparency (default: on) 105 --enable-transparency (default: on)
127 Add support for using the root pixmap as background to simulate 106 Add support for using the root pixmap as background to simulate
128 transparency. Note that blur and blend effects depend on 107 transparency. Note that this feature depends on libXrender and on
129 libAfterImage or on libXrender and on the availability of the RENDER 108 the availability of the RENDER extension in the X server.
130 extension in the X server.
131 109
132 --enable-fading (default: on) 110 --enable-fading (default: on)
133 Add support for fading the text when focus is lost. 111 Add support for fading the text when focus is lost.
134 112
135 --enable-rxvt-scroll (default: on) 113 --enable-rxvt-scroll (default: on)
179 user-pty (-pty-fd) 157 user-pty (-pty-fd)
180 hold on exit (-hold) 158 hold on exit (-hold)
181 compile in built-in block graphics 159 compile in built-in block graphics
182 skip builtin block graphics (-sbg) 160 skip builtin block graphics (-sbg)
183 separate highlight colour (-highlightColor, -highlightTextColor) 161 separate highlight colour (-highlightColor, -highlightTextColor)
162 focus reporting mode (1004).
184 extended mouse reporting modes (1005 and 1015). 163 extended mouse reporting modes (1005, 1006 and 1015).
164 visual selection via -visual and -depth.
165 systemd socket activation
166 selectable rewrapmode
167 bracketed paste mode
185 168
186 It also enables some non-essential features otherwise disabled, such 169 It also enables some non-essential features otherwise disabled, such
187 as: 170 as:
188 171
189 some round-trip time optimisations 172 some round-trip time optimisations
197 rectangular selections 180 rectangular selections
198 trailing space removal for selections 181 trailing space removal for selections
199 verbose X error handling 182 verbose X error handling
200 183
201 --enable-iso14755 (default: on) 184 --enable-iso14755 (default: on)
202 Enable extended ISO 14755 support (see urxvt(1)). Basic support 185 Enable extended ISO 14755 support (see rxvt(1)). Basic support
203 (section 5.1) is enabled by "--enable-frills", while support for 186 (section 5.1) is enabled by "--enable-frills", while support for
204 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.
205 188
206 --enable-keepscrolling (default: on) 189 --enable-keepscrolling (default: on)
207 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
229 212
230 --enable-pointer-blank (default: on) 213 --enable-pointer-blank (default: on)
231 Add support to have the pointer disappear when typing or inactive. 214 Add support to have the pointer disappear when typing or inactive.
232 215
233 --enable-perl (default: on) 216 --enable-perl (default: on)
234 Enable an embedded perl interpreter. See the urxvtperl(3) manpage 217 Enable an embedded perl interpreter. See the rxvtperl(3) manpage for
235 for more info on this feature, or the files in src/perl/ for the 218 more info on this feature, or the files in src/perl/ for the
236 extensions that are installed by default. The perl interpreter that 219 extensions that are installed by default. The perl interpreter that
237 is used can be specified via the "PERL" environment variable when 220 is used can be specified via the "PERL" environment variable when
238 running configure. Even when compiled in, perl will *not* be 221 running configure. Even when compiled in, perl will *not* be
239 initialised when all extensions have been disabled "-pe "" 222 initialised when all extensions have been disabled "-pe ""
240 --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
252 This switch breaks termcap/terminfo compatibility to 235 This switch breaks termcap/terminfo compatibility to
253 "TERM=rxvt-unicode", and consequently sets "TERM" to 236 "TERM=rxvt-unicode", and consequently sets "TERM" to
254 "rxvt-unicode-256color" by default (doc/etc/ contains 237 "rxvt-unicode-256color" by default (doc/etc/ contains
255 termcap/terminfo definitions for both). 238 termcap/terminfo definitions for both).
256 239
257 It also results in higher memory usage and can slow down urxvt 240 It also results in higher memory usage and can slow down rxvt
258 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
259 instance. 242 instance.
260
261 --with-afterimage-config=DIR
262 Look for the libAfterImage config script in DIR.
263 243
264 --with-name=NAME (default: urxvt) 244 --with-name=NAME (default: urxvt)
265 Set the basename for the installed binaries, resulting in "urxvt", 245 Set the basename for the installed binaries, resulting in "urxvt",
266 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt". 246 "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
267 247
268 --with-term=NAME (default: rxvt-unicode) 248 --with-term=NAME (default: rxvt-unicode)
269 Change the environmental variable for the terminal to NAME. 249 Sets the default "TERM" value that rxvt sets. The default is either
250 "rxvt-unicode" or "rxvt-unicode-256color", as appropriate.
270 251
271 --with-terminfo=PATH 252 --with-terminfo=PATH
272 Change the environmental variable for the path to the terminfo tree 253 If set, rxvt will set the environment variable "TERMINFO" to the
273 to PATH. 254 given PATH, which can be useful as a last resort if installing the
255 terminfo entries system-wide is not possible.
274 256
275 --with-x 257 --with-x
276 Use the X Window System (pretty much default, eh?). 258 Use the X Window System (pretty much default, eh?).
277 259

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines