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.73 by sf-exg, Sat Nov 19 11:00:20 2011 UTC

110 Add support for libAfterImage to be used for background images. It 110 Add support for libAfterImage to be used for background images. It
111 adds support for many file formats including JPG, PNG, SVG, TIFF, 111 adds support for many file formats including JPG, PNG, SVG, TIFF,
112 GIF, XPM, BMP, ICO, XCF, TGA and AfterStep image XML 112 GIF, XPM, BMP, ICO, XCF, TGA and AfterStep image XML
113 (<http://www.afterstep.org/visualdoc.php?show=asimagexml>). 113 (<http://www.afterstep.org/visualdoc.php?show=asimagexml>).
114 114
115 Note that with this option enabled, urxvt's memory footprint might 115 Note that with this option enabled, rxvt's memory footprint might
116 increase by a few megabytes even if no extra features are used 116 increase by a few megabytes even if no extra features are used
117 (mostly due to third-party libraries used by libAI). Memory 117 (mostly due to third-party libraries used by libAI). Memory
118 footprint may somewhat be lowered if libAfterImage is configured 118 footprint may somewhat be lowered if libAfterImage is configured
119 without support for SVG. 119 without support for SVG.
120 120
121 --enable-pixbuf (default: on) 121 --enable-pixbuf (default: on)
122 Add support for GDK-PixBuf to be used for background images. It adds 122 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, 123 support for many file formats including JPG, PNG, TIFF, GIF, XPM,
124 BMP, ICO and TGA. 124 BMP, ICO and TGA.
125
126 --enable-startup-notification (default: on)
127 Add support for freedesktop startup notifications. This allows
128 window managers to display some kind of progress indicator during
129 startup.
125 130
126 --enable-transparency (default: on) 131 --enable-transparency (default: on)
127 Add support for using the root pixmap as background to simulate 132 Add support for using the root pixmap as background to simulate
128 transparency. Note that blur and blend effects depend on 133 transparency. Note that blur and blend effects depend on
129 libAfterImage or on libXrender and on the availability of the RENDER 134 libAfterImage or on libXrender and on the availability of the RENDER
197 rectangular selections 202 rectangular selections
198 trailing space removal for selections 203 trailing space removal for selections
199 verbose X error handling 204 verbose X error handling
200 205
201 --enable-iso14755 (default: on) 206 --enable-iso14755 (default: on)
202 Enable extended ISO 14755 support (see urxvt(1)). Basic support 207 Enable extended ISO 14755 support (see rxvt(1)). Basic support
203 (section 5.1) is enabled by "--enable-frills", while support for 208 (section 5.1) is enabled by "--enable-frills", while support for
204 5.2, 5.3 and 5.4 is enabled with this switch. 209 5.2, 5.3 and 5.4 is enabled with this switch.
205 210
206 --enable-keepscrolling (default: on) 211 --enable-keepscrolling (default: on)
207 Add support for continual scrolling of the display when you hold the 212 Add support for continual scrolling of the display when you hold the
229 234
230 --enable-pointer-blank (default: on) 235 --enable-pointer-blank (default: on)
231 Add support to have the pointer disappear when typing or inactive. 236 Add support to have the pointer disappear when typing or inactive.
232 237
233 --enable-perl (default: on) 238 --enable-perl (default: on)
234 Enable an embedded perl interpreter. See the urxvtperl(3) manpage 239 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 240 more info on this feature, or the files in src/perl/ for the
236 extensions that are installed by default. The perl interpreter that 241 extensions that are installed by default. The perl interpreter that
237 is used can be specified via the "PERL" environment variable when 242 is used can be specified via the "PERL" environment variable when
238 running configure. Even when compiled in, perl will *not* be 243 running configure. Even when compiled in, perl will *not* be
239 initialised when all extensions have been disabled "-pe "" 244 initialised when all extensions have been disabled "-pe ""
240 --perl-ext-common """, so it should be safe to enable from a 245 --perl-ext-common """, so it should be safe to enable from a
252 This switch breaks termcap/terminfo compatibility to 257 This switch breaks termcap/terminfo compatibility to
253 "TERM=rxvt-unicode", and consequently sets "TERM" to 258 "TERM=rxvt-unicode", and consequently sets "TERM" to
254 "rxvt-unicode-256color" by default (doc/etc/ contains 259 "rxvt-unicode-256color" by default (doc/etc/ contains
255 termcap/terminfo definitions for both). 260 termcap/terminfo definitions for both).
256 261
257 It also results in higher memory usage and can slow down urxvt 262 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 263 dramatically when more than six fonts are in use by a terminal
259 instance. 264 instance.
260 265
261 --with-afterimage-config=DIR 266 --with-afterimage-config=DIR
262 Look for the libAfterImage config script in DIR. 267 Look for the libAfterImage config script in DIR.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines