--- rxvt-unicode/README.configure 2006/01/25 21:48:47 1.45 +++ rxvt-unicode/README.configure 2007/08/01 18:38:15 1.56 @@ -1,10 +1,9 @@ CONFIGURE OPTIONS General hint: if you get compile errors, then likely your configuration hasn't been tested well. Either try with "--enable-everything" or use - the ./reconf script as a base for experiments. ./reconf is used by - myself, so it should generally be a working config. Of course, you - should always report when a combination doesn't work, so it can be - fixed. Marc Lehmann . + the default configuration (i.e. "--enable-xxx" or "--disable-xxx"). Of + course, you should always report when a combination doesn't work, so it + can be fixed. Marc Lehmann . All @@ -39,7 +38,7 @@ all all available codeset groups zh common chinese encodings - zh_ext rarely used but very big chinese encodigs + zh_ext rarely used but very big chinese encodings jp common japanese encodings jp_ext rarely used but big japanese encodings kr korean encodings @@ -59,7 +58,7 @@ Please note that rxvt-unicode can store unicode code points >65535 even without this flag, but the number of such characters is limited - to a view thousand (shared with combining characters, see next + to a few thousand (shared with combining characters, see next switch), and right now rxvt-unicode cannot display them (input/output and cut&paste still work, though). @@ -110,13 +109,29 @@ --enable-xpm-background (default: on) Add support for XPM background pixmaps. + --enable-afterimage (default: on) + Add support for libAfterImage to be used for transparency and + background images. It adds support for many file formats including + JPG, PNG, SVG, TIFF, GIF, XPM, BMP, ICO, XCF, TGA and AfterStep + image XML + (). + + This option also adds such eye candy as blending an image over the + root background, as well as dynamic scaling and bluring of + background images. + + Note that with this option enabled, rxvt's memory footprint might + increase by a few megabytes even if no extra features are used + (mostly due to third-party libraries used by libAI). Memory + footprint may somewhat be lowered if libAfterImage is configured + without support for SVG. + --enable-transparency (default: on) Add support for inheriting parent backgrounds thus giving a fake transparency to the term. --enable-fading (default: on) - Add support for fading the text when focus is lost (requires - "--enable-transparency"). + Add support for fading the text when focus is lost. --enable-tinting (default: on) Add support for tinting of transparent backgrounds (requires @@ -164,13 +179,12 @@ MWM-hints EWMH-hints (pid, utf8 names) and protocols (ping) + urgency hint seperate underline colour (-underlineColor) settable border widths and borderless switch (-w, -b, -bl) - visual selection (-depth) + visual depth selection (-depth) settable extra linespacing /-lsp) - iso-14755-2 and -3, and visual feedback - backindex and forwardindex escape sequence - window op and some xterm/OSC escape sequences + iso-14755 5.1 (basic) support tripleclickwords (-tcw) settable insecure mode (-insecure) keysym remapping support @@ -179,7 +193,22 @@ user-pty (-pty-fd) hold on exit (-hold) skip builtin block graphics (-sbg) + separate highlightcolor support (-hc) + + It also enables some non-essential features otherwise disabled, such + as: + + some round-trip time optimisations + nearest color allocation on pseudocolor screens + UTF8_STRING support for selection sgr modes 90..97 and 100..107 + backindex and forwardindex escape sequences + view change/zero scrollback escape sequences + locale switching escape sequence + window op and some xterm/OSC escape sequences + rectangular selections + trailing space removal for selections + verbose X error handling --enable-iso14755 (default: on) Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). @@ -190,6 +219,10 @@ Add support for continual scrolling of the display when you hold the mouse button down on a scrollbar arrow. + --enable-selectionscrolling (default: on) + Add support for scrolling when the selection moves to the top or + bottom of the screen. + --enable-mousewheel (default: on) Add support for scrolling via mouse wheel or buttons 4 & 5. @@ -198,26 +231,10 @@ accelerator) while the control key is held down. This option requires --enable-mousewheel to also be specified. - --disable-new-selection - Remove support for mouse selection style like that of xterm. - - --enable-dmalloc (default: off) - Use Gray Watson's malloc - which is good for debugging See - http://www.letters.com/dmalloc/ for details If you use either this - or the next option, you may need to edit src/Makefile after - compiling to point DINCLUDE and DLIB to the right places. - - You can only use either this option and the following (should you - use either) . - - --enable-dlmalloc (default: off) - Use Doug Lea's malloc - which is good for a production version See - for details. - - --enable-smart-resize (default: on) - Add smart growth/shrink behaviour when changing font size via hot - keys. This should keep the window corner which is closest to a - corner of the screen in a fixed position. + --enable-smart-resize (default: off) + Add smart growth/shrink behaviour when resizing. This should keep + the window corner which is closest to a corner of the screen in a + fixed position. --enable-pointer-blank (default: on) Add support to have the pointer disappear when typing or inactive. @@ -227,7 +244,13 @@ (doc/rxvtperl.txt) for more info on this feature, or the files in src/perl-ext/ for the extensions that are installed by default. The perl interpreter that is used can be specified via the "PERL" - environment variable when running configure. + environment variable when running configure. Even when compiled in, + perl will *not* be initialised when all extensions have been + disabled "-pe "" --perl-ext-common """, so it should be safe to + enable from a resource standpoint. + + --with-afterimage-config=DIR + Look for the libAfterImage config script in DIR. --with-name=NAME (default: urxvt) Set the basename for the installed binaries, resulting in "urxvt",