-15:08 <duke_> URxvt.keysym.0xff08: ^H
-15:08 <duke_> # home
-15:08 <duke_> URxvt.keysym.0xff50: \033[1~
-15:08 <duke_> # end
-15:08 <duke_> URxvt.keysym.0xff57: \033[4~
-
-TODO: Opt_transparent_all unused?
-TODO: after requesting the selection and getting a timeout, no fuirther requests will be sent.
-TODO: --enable-minimal non-default
+TODO: harmonize --dsiable-options into position-dependent options.
+TODO: after requesting the selection and getting a timeout, no further requests will be sent.
TODO: do font request caching, might help rxvtd on some machines
TODO: safer command: keymap processing.
TODO: "slow" rendering mode for bidi and scripts
TODO: read property sequence is broken with respect to utf-8 etc.
TODO: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look.
WISH: /usr/share/doc/libdisplaymigration0-dev/spec.txt
-WISH: keyboard modification via esc-sequences.
+WISH: keymap modification via esc-sequences.
WISH: line-rewrapping on resize
WISH: searchable backlog
-WISH: meta-tagging of data by regex (my dream project)
-WISH: double-click: more intelligent (urls etc.)
+WISH: meta-tagging of data by regex/master process (my dream project)
WISH: OnTheSpot editing, or maybe switch to miiiiiiif
WISH: tabbed windows (hey, just use screen...)
WISH: just for fun, do shade and tint with XRender.
-5.8
+5.8 Tue Oct 25 22:03:57 CEST 2005
+ - INCOMPATIBLE CHANGE: many configure options are now on by default.
+ If you want the old behaviour, try:
+ configure --disable-everything <your enable options>
- INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with
the documentation and common sense: when upgrading, replace your
percentage by 100-percentage.
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
- <rxvt@schmorp.de>.
+ 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 <rxvt@schmorp.de>.
+
+ All
--enable-everything
- Add support for all non-multichoice options listed in "./configure
- --help". Note that unlike other enable options this is order
- dependant. You can specify this and then disable options which this
- enables by *following* this with the appropriate commands.
+ Add (or remove) support for all non-multichoice options listed in
+ "./configure --help".
+
+ You can specify this and then disable options you do not like by
+ *following* this with the appropriate "--disable-..." arguments, or
+ you can start with a minimal configuration by specifying
+ "--disable-everything" and than adding just the "--enable-..."
+ arguments you want.
- --enable-xft
+ --enable-xft (default: enabled)
Add support for Xft (anti-aliases, among others) fonts. Xft fonts
are slower and require lots of memory, but as long as you don't use
them, you don't pay for them.
- --enable-font-styles
+ --enable-font-styles (default: on)
Add support for bold, *italic* and *bold italic* font styles. The
fonts can be set manually or automatically.
- --with-codesets=NAME,...
+ --with-codesets=NAME,... (default: all)
Compile in support for additional codeset (encoding) groups ("eu",
"vn" are always compiled in, which includes most 8-bit character
sets). These codeset tables are used for driving X11 core fonts,
jp_ext rarely used but big japanese encodings
kr korean encodings
- --enable-xim
+ --enable-xim (default: on)
Add support for XIM (X Input Method) protocol. This allows using
alternative input methods (e.g. kinput2) and will also correctly set
up the input for people using dead keys or compose keys.
- --enable-unicode3
+ --enable-unicode3 (default: off)
Enable direct support for displaying unicode codepoints above 65535
(the basic multilingual page). This increases storage requirements
per character from 2 to 4 bytes. X11 fonts do not yet support these
switch), and right now rxvt-unicode cannot display them
(input/output and cut&paste still work, though).
- --enable-combining
+ --enable-combining (default: on)
Enable automatic composition of combining characters into composite
characters. This is required for proper viewing of text where
accents are encoded as seperate unicode characters. This is done by
forms, but these are not currently used. Bug me if you want these to
be used (and tell me how these are to be used...).
- --enable-fallback(=CLASS)
- When reading resource settings, also read settings for class CLASS
- (default: Rxvt). To disable resource fallback use
- --disable-fallback.
+ --enable-fallback(=CLASS) (default: Rxvt)
+ When reading resource settings, also read settings for class CLASS.
+ To disable resource fallback use --disable-fallback.
- --with-res-name=NAME
- Use the given name (default: urxvt) as default application name when
- reading resources. Specify --with-res-name=rxvt to replace rxvt.
+ --with-res-name=NAME (default: urxvt)
+ Use the given name as default application name when reading
+ resources. Specify --with-res-name=rxvt to replace rxvt.
- --with-res-class=CLASS
- Use the given class (default: URxvt) as default application class
- when reading resources. Specify --with-res-class=Rxvt to replace
- rxvt.
+ --with-res-class=CLASS /default: URxvt)
+ Use the given class as default application class when reading
+ resources. Specify --with-res-class=Rxvt to replace rxvt.
- --enable-utmp
+ --enable-utmp (default: on)
Write user and tty to utmp file (used by programs like w) at start
of rxvt execution and delete information when rxvt exits.
- --enable-wtmp
+ --enable-wtmp (default: on)
Write user and tty to wtmp file (used by programs like last) at
start of rxvt execution and write logout when rxvt exits. This
option requires --enable-utmp to also be specified.
- --enable-lastlog
+ --enable-lastlog (default: on)
Write user and tty to lastlog file (used by programs like lastlogin)
at start of rxvt execution. This option requires --enable-utmp to
also be specified.
- --enable-xpm-background
+ --enable-xpm-background (default: off)
Add support for XPM background pixmaps.
- --enable-transparency
+ --enable-transparency (default: off)
Add support for inheriting parent backgrounds thus giving a fake
transparency to the term.
- --enable-fading
- Add support for fading the text when focus is lost.
+ --enable-fading (default: on)
+ Add support for fading the text when focus is lost (requires
+ "--enable-transparency").
- --enable-tinting
- Add support for tinting of transparent backgrounds.
+ --enable-tinting (default: on)
+ Add support for tinting of transparent backgrounds (requires
+ "--enable-transparency").
- --enable-menubar
+ --enable-menubar (default: off)
Add support for our menu bar system (this interacts badly with
dynamic locale switching currently).
- --enable-rxvt-scroll
+ --enable-rxvt-scroll (default: on)
Add support for the original rxvt scrollbar.
- --enable-next-scroll
+ --enable-next-scroll (default: on)
Add support for a NeXT-like scrollbar.
- --enable-xterm-scroll
+ --enable-xterm-scroll (default: on)
Add support for an Xterm-like scrollbar.
- --enable-plain-scroll
+ --enable-plain-scroll (default: on)
Add support for a very unobtrusive, plain-looking scrollbar that is
the favourite of the rxvt-unicode author, having used it for many
years.
- --enable-half-shadow
+ --enable-half-shadow (default: off)
Make shadows on the scrollbar only half the normal width & height.
only applicable to rxvt scrollbars.
- --enable-ttygid
+ --enable-ttygid (default: off)
Change tty device setting to group "tty" - only use this if your
system uses this type of security.
--disable-backspace-key
- Disable any handling of the backspace key by us - let the X server
+ Removes any handling of the backspace key by us - let the X server
do it.
--disable-delete-key
- Disable any handling of the delete key by us - let the X server do
+ Removes any handling of the delete key by us - let the X server do
it.
--disable-resources
- Remove all resources checking.
+ Removes any support for resource checking.
--enable-xgetdefault
Make resources checking via XGetDefault() instead of our small
in and use the full X resource manager, so the overhead of using it
might be very small, if nonexistant.
- --enable-strings
+ --enable-strings (default: off)
Add support for our possibly faster memset() function and other
various routines, overriding your system's versions which may have
been hand-crafted in assembly or may require extra libraries to link
systems).
--disable-swapscreen
- Remove support for swap screen.
+ Remove support for secondary/swap screen.
- --enable-frills
+ --enable-frills (default: on)
Add support for many small features that are not essential but nice
to have. Normally you want this, but for very small binaries you may
want to disable this.
cursor blinking and underline cursor
-embed and -pty-fd options
- --enable-iso14755
+ --enable-iso14755 (default: on)
Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
Basic support (section 5.1) is enabled by "--enable-frills", while
support for 5.2, 5.3 and 5.4 is enabled with this switch.
- --enable-keepscrolling
+ --enable-keepscrolling (default: on)
Add support for continual scrolling of the display when you hold the
mouse button down on a scrollbar arrow.
- --enable-mousewheel
+ --enable-mousewheel (default: on)
Add support for scrolling via mouse wheel or buttons 4 & 5.
- --enable-slipwheeling
+ --enable-slipwheeling (default: on)
Add support for continual scrolling (using the mouse wheel as an
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
+ --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
You can only use either this option and the following (should you
use either) .
- --enable-dlmalloc
+ --enable-dlmalloc (default: off)
Use Doug Lea's malloc - which is good for a production version See
<http://g.oswego.edu/dl/html/malloc.html> for details.
- --enable-smart-resize
+ --enable-smart-resize (default: on)
Add smart growth/shrink behaviour when changing font size via from
hot keys. This should keep in a fixed position the rxvt corner which
is closest to a corner of the screen.
- --enable-pointer-blank
+ --enable-pointer-blank (default: on)
Add support to have the pointer disappear when typing or inactive.
- --with-name=NAME
- Set the basename for the installed binaries (default: "urxvt",
- resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
- replace with "rxvt".
+ --with-name=NAME (default: urxvt)
+ Set the basename for the installed binaries, resulting in "urxvt",
+ "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
- --with-term=NAME
- Change the environmental variable for the terminal to NAME (default
- "rxvt-unicode")
+ --with-term=NAME (default: rxvt-unicode)
+ Change the environmental variable for the terminal to NAME.
--with-terminfo=PATH
Change the environmental variable for the path to the terminfo tree
/* Define if you want hide the pointer while typing */
#undef POINTER_BLANK
-/* Define if you want blinking cursor support */
-#undef CURSOR_BLINK
-
/* Define if you want blinking text support */
#undef TEXT_BLINK
dnl AC_PROG_LIBTOOL()dnl# libtool
MALLOC_TYPE=S
+
support_addstrings=no
-support_frills=no
+support_frills=yes
support_inheritpixmap=no
-support_tinting=no
-support_fading=no
-support_keepscrolling=no
-support_selectionscrolling=no
+support_tinting=yes
+support_fading=yes
+support_keepscrolling=yes
+support_selectionscrolling=yes
support_menubar=no
-support_mousewheel=no
-support_mouseslipwheel=no
-support_utmp=no
-support_wtmp=no
-support_lastlog=no
-support_text_blink=no
-support_pointer_blank=no
-support_scroll_rxvt=no
-support_scroll_next=no
-support_scroll_xterm=no
-support_scroll_plain=no
-support_xim=no
+support_mousewheel=yes
+support_mouseslipwheel=yes
+support_utmp=yes
+support_wtmp=yes
+support_lastlog=yes
+support_text_blink=yes
+support_pointer_blank=yes
+support_scroll_rxvt=yes
+support_scroll_next=yes
+support_scroll_xterm=yes
+support_scroll_plain=yes
+support_xim=yes
support_xpm=no
-support_xft=no
+support_xft=yes
support_unicode3=no
-support_combining=no
+support_combining=yes
support_8bitctrls=no
-support_iso14755=no
-support_styles=no
-codesets=
+support_iso14755=yes
+support_styles=yes
+codesets=all
dnl# --------------------------------------------------------------------------
dnl# CHECKING COMMAND LINE OPTIONS
[ --enable-everything enable standard non-multichoice features
NOTE: this option is order dependent
NOTE: automatically enabled with --enable-shared],
- [if test x$enableval = xyes; then
- support_24bit=yes
- support_frills=yes
- support_inheritpixmap=yes
- support_tinting=yes
- support_fading=yes
- support_keepscrolling=yes
- support_selectionscrolling=yes
- support_lastlog=yes
- support_menubar=yes
- support_mousewheel=yes
- support_mouseslipwheel=yes
- support_text_blink=yes
- support_pointer_blank=yes
- support_scroll_rxvt=yes
- support_scroll_next=yes
- support_scroll_xterm=yes
- support_scroll_plain=yes
- support_utmp=yes
- support_wtmp=yes
- support_xim=yes
- support_xpm=yes
- support_xft=yes
- support_unicode3=yes
- support_combining=yes
- #support_8bitctrls=yes
- support_iso14755=yes
- support_styles=yes
- codesets=all
- fi])
+ [
+ if test x$enableval = xno; then
+ support_24bit=no
+ support_frills=no
+ support_inheritpixmap=no
+ support_tinting=no
+ support_fading=no
+ support_keepscrolling=no
+ support_selectionscrolling=no
+ support_lastlog=no
+ support_menubar=no
+ support_mousewheel=no
+ support_mouseslipwheel=no
+ support_text_blink=no
+ support_pointer_blank=no
+ support_scroll_rxvt=no
+ support_scroll_next=no
+ support_scroll_xterm=no
+ support_scroll_plain=no
+ support_utmp=no
+ support_wtmp=no
+ support_xim=no
+ support_xpm=no
+ support_xft=no
+ support_unicode3=no
+ support_combining=no
+ support_8bitctrls=no
+ support_iso14755=no
+ support_styles=no
+ codesets=
+ fi
+ if test x$enableval = xyes; then
+ support_24bit=yes
+ support_frills=yes
+ support_inheritpixmap=yes
+ support_tinting=yes
+ support_fading=yes
+ support_keepscrolling=yes
+ support_selectionscrolling=yes
+ support_lastlog=yes
+ support_menubar=yes
+ support_mousewheel=yes
+ support_mouseslipwheel=yes
+ support_text_blink=yes
+ support_pointer_blank=yes
+ support_scroll_rxvt=yes
+ support_scroll_next=yes
+ support_scroll_xterm=yes
+ support_scroll_plain=yes
+ support_utmp=yes
+ support_wtmp=yes
+ support_xim=yes
+ support_xpm=yes
+ support_xft=yes
+ support_unicode3=yes
+ support_combining=yes
+ #support_8bitctrls=yes
+ support_iso14755=yes
+ support_styles=yes
+ codesets=all
+ fi
+ ])
AC_ARG_ENABLE(unicode3,
[ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
--enable-dlmalloc enable Doug Lea's malloc - for production use
NOTE: enable only one malloc package
--enable-smart-resize enable smart growth/shrink behaviour
- --enable-cursor-blink enable blinking cursor
--enable-text-blink enable blinking text
--enable-pointer-blank enable pointer blank when typing or inactive pointer
MALLOC_TYPE=S
+
support_addstrings=no
-support_frills=no
+support_frills=yes
support_inheritpixmap=no
-support_tinting=no
-support_fading=no
-support_keepscrolling=no
-support_selectionscrolling=no
+support_tinting=yes
+support_fading=yes
+support_keepscrolling=yes
+support_selectionscrolling=yes
support_menubar=no
-support_mousewheel=no
-support_mouseslipwheel=no
-support_utmp=no
-support_wtmp=no
-support_lastlog=no
-support_cursor_blink=no
-support_text_blink=no
-support_pointer_blank=no
-support_scroll_rxvt=no
-support_scroll_next=no
-support_scroll_xterm=no
-support_scroll_plain=no
-support_xim=no
+support_mousewheel=yes
+support_mouseslipwheel=yes
+support_utmp=yes
+support_wtmp=yes
+support_lastlog=yes
+support_text_blink=yes
+support_pointer_blank=yes
+support_scroll_rxvt=yes
+support_scroll_next=yes
+support_scroll_xterm=yes
+support_scroll_plain=yes
+support_xim=yes
support_xpm=no
-support_xft=no
+support_xft=yes
support_unicode3=no
-support_combining=no
+support_combining=yes
support_8bitctrls=no
-support_iso14755=no
-support_styles=no
-codesets=
+support_iso14755=yes
+support_styles=yes
+codesets=all
if test "x$enable_shared" = xyes; then
# Check whether --enable-everything or --disable-everything was given.
if test "${enable_everything+set}" = set; then
enableval="$enable_everything"
- if test x$enableval = xyes; then
- support_24bit=yes
- support_frills=yes
- support_inheritpixmap=yes
- support_tinting=yes
- support_fading=yes
- support_keepscrolling=yes
- support_selectionscrolling=yes
- support_lastlog=yes
- support_menubar=yes
- support_mousewheel=yes
- support_mouseslipwheel=yes
- support_cursor_blink=yes
- support_text_blink=yes
- support_pointer_blank=yes
- support_scroll_rxvt=yes
- support_scroll_next=yes
- support_scroll_xterm=yes
- support_scroll_plain=yes
- support_utmp=yes
- support_wtmp=yes
- support_xim=yes
- support_xpm=yes
- support_xft=yes
- support_unicode3=yes
- support_combining=yes
- #support_8bitctrls=yes
- support_iso14755=yes
- support_styles=yes
- codesets=all
- fi
+
+ if test x$enableval = xno; then
+ support_24bit=no
+ support_frills=no
+ support_inheritpixmap=no
+ support_tinting=no
+ support_fading=no
+ support_keepscrolling=no
+ support_selectionscrolling=no
+ support_lastlog=no
+ support_menubar=no
+ support_mousewheel=no
+ support_mouseslipwheel=no
+ support_text_blink=no
+ support_pointer_blank=no
+ support_scroll_rxvt=no
+ support_scroll_next=no
+ support_scroll_xterm=no
+ support_scroll_plain=no
+ support_utmp=no
+ support_wtmp=no
+ support_xim=no
+ support_xpm=no
+ support_xft=no
+ support_unicode3=no
+ support_combining=no
+ support_8bitctrls=no
+ support_iso14755=no
+ support_styles=no
+ codesets=
+ fi
+ if test x$enableval = xyes; then
+ support_24bit=yes
+ support_frills=yes
+ support_inheritpixmap=yes
+ support_tinting=yes
+ support_fading=yes
+ support_keepscrolling=yes
+ support_selectionscrolling=yes
+ support_lastlog=yes
+ support_menubar=yes
+ support_mousewheel=yes
+ support_mouseslipwheel=yes
+ support_text_blink=yes
+ support_pointer_blank=yes
+ support_scroll_rxvt=yes
+ support_scroll_next=yes
+ support_scroll_xterm=yes
+ support_scroll_plain=yes
+ support_utmp=yes
+ support_wtmp=yes
+ support_xim=yes
+ support_xpm=yes
+ support_xft=yes
+ support_unicode3=yes
+ support_combining=yes
+ #support_8bitctrls=yes
+ support_iso14755=yes
+ support_styles=yes
+ codesets=all
+ fi
+
fi;
# Check whether --enable-unicode3 or --disable-unicode3 was given.
fi
fi;
-# Check whether --enable-cursor-blink or --disable-cursor-blink was given.
-if test "${enable_cursor_blink+set}" = set; then
- enableval="$enable_cursor_blink"
- if test x$enableval = xyes -o x$enableval = xno; then
- support_cursor_blink=$enableval
- fi
-fi;
-
# Check whether --enable-text-blink or --disable-text-blink was given.
if test "${enable_text_blink+set}" = set; then
enableval="$enable_text_blink"
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
sed 's/^/| /' conftest.$ac_ext >&5
for ac_dir in $ac_x_header_dirs; do
- if test -r "$ac_dir/X11/Intrinsic.h"; then
+ if test -r "$ac_dir/X11/Xlib.h"; then
ac_x_includes=$ac_dir
break
fi
# See if we find them without any special options.
# Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS
- LIBS="-lXt $LIBS"
+ LIBS="-lX11 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <X11/Intrinsic.h>
+#include <X11/Xlib.h>
int
main ()
{
-XtMalloc (0)
+XrmInitialize ()
;
return 0;
}
do
# Don't even attempt the hair of trying to link an X program!
for ac_extension in a so sl; do
- if test -r $ac_dir/libXt.$ac_extension; then
+ if test -r $ac_dir/libX11.$ac_extension; then
ac_x_libraries=$ac_dir
break 2
fi
#define POINTER_BLANK 1
_ACEOF
-fi
-if test x$support_cursor_blink = xyes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define CURSOR_BLINK 1
-_ACEOF
-
fi
if test x$support_text_blink = xyes; then
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
-<p><strong>rxvt-unicode</strong>, version <strong>5.6</strong>, is a colour vt102 terminal
+<p><strong>rxvt-unicode</strong>, version <strong>5.8</strong>, is a colour vt102 terminal
emulator intended as an <em>xterm</em>(1) replacement for users who do not
require features such as Tektronix 4014 emulation and toolkit-style
configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
Turn on/off jump scrolling; resource <strong>jumpScroll</strong>.
</dd>
<p></p>
-<dt><strong><a name="item__2dip_7c_2bip"><strong>-ip</strong>|<strong>+ip</strong></a></strong><br />
+<dt><strong><a name="item__2dip_7c_2bip__7c__2dtr_7c_2btr"><strong>-ip</strong>|<strong>+ip</strong> | <strong>-tr</strong>|<strong>+tr</strong></a></strong><br />
</dt>
<dd>
Turn on/off inheriting parent window's pixmap. Alternative form is
<dt><strong><a name="item__2dfade_number"><strong>-fade</strong> <em>number</em></a></strong><br />
</dt>
<dd>
-Fade the text by the given percentage when focus is lost. resource <strong>fading</strong>.
+Fade the text by the given percentage when focus is lost. Small values
+fade a little only, 100 completely replaces all colours by the fade
+colour; resource <strong>fading</strong>.
+</dd>
+<p></p>
+<dt><strong><a name="item__2dfadecolor_colour"><strong>-fadecolor</strong> <em>colour</em></a></strong><br />
+</dt>
+<dd>
+Fade to this colour when fading is used (see <strong>-fade</strong>). The default colour
+is black. resource <strong>fadeColor</strong>.
</dd>
<p></p>
<dt><strong><a name="item__2dtint_colour"><strong>-tint</strong> <em>colour</em></a></strong><br />
</dt>
<dd>
Tint the transparent background pixmap with the given colour when
-transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. See also the <strong>-sh</strong>
-option that can be used to brighten or darken the image in addition to
-tinting it.
+transparency is enabled with <strong>-tr</strong> or <strong>-ip</strong>. This only works for
+non-tiled backgrounds, currently. See also the <strong>-sh</strong> option that can be
+used to brighten or darken the image in addition to tinting it; resource
+<em>tintColor</em>. Example:
+</dd>
+<dd>
+<pre>
+ rxvt -tr -tint blue -sh 40</pre>
</dd>
<p></p>
<dt><strong><a name="item__2dsh"><strong>-sh</strong></a></strong><br />
<dt><strong><a name="item_fading_3a_number"><strong>fading:</strong> <em>number</em></a></strong><br />
</dt>
<dd>
-Fade the text by the given percentage when focus is lost.
+Fade the text by the given percentage when focus is lost; option <strong>-fade</strong>.
+</dd>
+<p></p>
+<dt><strong><a name="item_fadecolor_3a_colour"><strong>fadeColor:</strong> <em>colour</em></a></strong><br />
+</dt>
+<dd>
+Fade to this colour, when fading is used (see <strong>fading:</strong>). The default
+colour is black; option <strong>-fadecolor</strong>.
</dd>
<p></p>
<dt><strong><a name="item_tintcolor_3a_colour"><strong>tintColor:</strong> <em>colour</em></a></strong><br />
</dt>
<dd>
-Tint the transparent background pixmap with the given colour.
+Tint the transparent background pixmap with the given colour; option
+<strong>-tint</strong>.
</dd>
<p></p>
<dt><strong><a name="item_shading_3a_number"><strong>shading:</strong> <em>number</em></a></strong><br />
.\" ========================================================================
.\"
.IX Title "rxvt 1"
-.TH rxvt 1 "2005-07-07" "5.6" "RXVT-UNICODE"
+.TH rxvt 1 "2005-10-25" "5.8" "RXVT-UNICODE"
.SH "NAME"
rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system)
.SH "SYNOPSIS"
.IP "\fB\-j\fR|\fB+j\fR" 4
.IX Item "-j|+j"
Turn on/off jump scrolling; resource \fBjumpScroll\fR.
-.IP "\fB\-ip\fR|\fB+ip\fR" 4
-.IX Item "-ip|+ip"
+.IP "\fB\-ip\fR|\fB+ip\fR | \fB\-tr\fR|\fB+tr\fR" 4
+.IX Item "-ip|+ip | -tr|+tr"
Turn on/off inheriting parent window's pixmap. Alternative form is
\&\fB\-tr\fR; resource \fBinheritPixmap\fR.
.IP "\fB\-fade\fR \fInumber\fR" 4
.IX Item "-fade number"
-Fade the text by the given percentage when focus is lost. resource \fBfading\fR.
+Fade the text by the given percentage when focus is lost. Small values
+fade a little only, 100 completely replaces all colours by the fade
+colour; resource \fBfading\fR.
+.IP "\fB\-fadecolor\fR \fIcolour\fR" 4
+.IX Item "-fadecolor colour"
+Fade to this colour when fading is used (see \fB\-fade\fR). The default colour
+is black. resource \fBfadeColor\fR.
.IP "\fB\-tint\fR \fIcolour\fR" 4
.IX Item "-tint colour"
Tint the transparent background pixmap with the given colour when
-transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. See also the \fB\-sh\fR
-option that can be used to brighten or darken the image in addition to
-tinting it.
+transparency is enabled with \fB\-tr\fR or \fB\-ip\fR. This only works for
+non-tiled backgrounds, currently. See also the \fB\-sh\fR option that can be
+used to brighten or darken the image in addition to tinting it; resource
+\&\fItintColor\fR. Example:
+.Sp
+.Vb 1
+\& @@RXVT_NAME@@ -tr -tint blue -sh 40
+.Ve
.IP "\fB\-sh\fR" 4
.IX Item "-sh"
\&\fInumber\fR Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent
pixmap.
.IP "\fBfading:\fR \fInumber\fR" 4
.IX Item "fading: number"
-Fade the text by the given percentage when focus is lost.
+Fade the text by the given percentage when focus is lost; option \fB\-fade\fR.
+.IP "\fBfadeColor:\fR \fIcolour\fR" 4
+.IX Item "fadeColor: colour"
+Fade to this colour, when fading is used (see \fBfading:\fR). The default
+colour is black; option \fB\-fadecolor\fR.
.IP "\fBtintColor:\fR \fIcolour\fR" 4
.IX Item "tintColor: colour"
-Tint the transparent background pixmap with the given colour.
+Tint the transparent background pixmap with the given colour; option
+\&\fB\-tint\fR.
.IP "\fBshading:\fR \fInumber\fR" 4
.IX Item "shading: number"
Darken (0 .. 100) or lighten (\-1 .. \-100) the transparent background
rxvt [options] [-e command [ args ]]
DESCRIPTION
- rxvt-unicode, version 5.6, is a colour vt102 terminal emulator intended
+ rxvt-unicode, version 5.8, is a colour vt102 terminal emulator intended
as an *xterm*(1) replacement for users who do not require features such
as Tektronix 4014 emulation and toolkit-style configurability. As a
result, rxvt-unicode uses much less swap space -- a significant
-j|+j
Turn on/off jump scrolling; resource jumpScroll.
- -ip|+ip
+ -ip|+ip | -tr|+tr
Turn on/off inheriting parent window's pixmap. Alternative form is
-tr; resource inheritPixmap.
-fade *number*
- Fade the text by the given percentage when focus is lost. resource
- fading.
+ Fade the text by the given percentage when focus is lost. Small
+ values fade a little only, 100 completely replaces all colours by
+ the fade colour; resource fading.
+
+ -fadecolor *colour*
+ Fade to this colour when fading is used (see -fade). The default
+ colour is black. resource fadeColor.
-tint *colour*
Tint the transparent background pixmap with the given colour when
- transparency is enabled with -tr or -ip. See also the -sh option
- that can be used to brighten or darken the image in addition to
- tinting it.
+ transparency is enabled with -tr or -ip. This only works for
+ non-tiled backgrounds, currently. See also the -sh option that can
+ be used to brighten or darken the image in addition to tinting it;
+ resource *tintColor*. Example:
+
+ rxvt -tr -tint blue -sh 40
-sh *number* Darken (0 .. 100) or lighten (-1 .. -100) the transparent
background image in addition to tinting it (i.e. -tint must be
pixmap.
fading: *number*
- Fade the text by the given percentage when focus is lost.
+ Fade the text by the given percentage when focus is lost; option
+ -fade.
+
+ fadeColor: *colour*
+ Fade to this colour, when fading is used (see fading:). The default
+ colour is black; option -fadecolor.
tintColor: *colour*
- Tint the transparent background pixmap with the given colour.
+ Tint the transparent background pixmap with the given colour; option
+ -tint.
shading: *number*
Darken (0 .. 100) or lighten (-1 .. -100) the transparent background
</dd>
<dd>
<p>Also, many people (me included) like large windows and even larger
-scrollback buffers: Without <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a>, rxvt-unicode will use
+scrollback buffers: Without <code>--enable-unicode3</code>, rxvt-unicode will use
6 bytes per screen cell. For a 160x?? window this amounts to almost a
kilobyte per line. A scrollback buffer of 10000 lines will then (if full)
-use 10 Megabytes of memory. With <a href="#item__2d_2denable_2dunicode3"><code>--enable-unicode3</code></a> it gets worse, as
+use 10 Megabytes of memory. With <code>--enable-unicode3</code> it gets worse, as
rxvt-unicode then uses 8 bytes per screen cell.</p>
</dd>
<p></p>
<hr />
<h1><a name="configure_options">CONFIGURE OPTIONS</a></h1>
<p>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
-<<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>>.</p>
+hasn't been tested well. Either try with <a href="#item__2d_2denable_2deverything"><code>--enable-everything</code></a> or use
+the <em>./reconf</em> script as a base for experiments. <em>./reconf</em> 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 <<a href="mailto:rxvt@schmorp.de">rxvt@schmorp.de</a>>.</p>
+<p>All</p>
<dl>
<dt><strong><a name="item__2d_2denable_2deverything">--enable-everything</a></strong><br />
</dt>
<dd>
-Add support for all non-multichoice options listed in ``./configure
---help''. Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-<em>following</em> this with the appropriate commands.
+Add (or remove) support for all non-multichoice options listed in ``./configure
+--help''.
+</dd>
+<dd>
+<p>You can specify this and then disable options you do not like by
+<em>following</em> this with the appropriate <code>--disable-...</code> arguments,
+or you can start with a minimal configuration by specifying
+<code>--disable-everything</code> and than adding just the <code>--enable-...</code> arguments
+you want.</p>
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dxft">--enable-xft</a></strong><br />
+<dt><strong><a name="item_xft">--enable-xft (default: enabled)</a></strong><br />
</dt>
<dd>
Add support for Xft (anti-aliases, among others) fonts. Xft fonts are
don't pay for them.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dfont_2dstyles">--enable-font-styles</a></strong><br />
+<dt><strong><a name="item_styles">--enable-font-styles (default: on)</a></strong><br />
</dt>
<dd>
Add support for <strong>bold</strong>, <em>italic</em> and <strong><em>bold italic</em> </strong>> font
styles. The fonts can be set manually or automatically.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2dwith_2dcodesets_3dname_2c_2e_2e_2e">--with-codesets=NAME,...</a></strong><br />
+<dt><strong><a name="item__2d_2dwith_2dcodesets_3dname_2c_2e_2e_2e__28defaul">--with-codesets=NAME,... (default: all)</a></strong><br />
</dt>
<dd>
Compile in support for additional codeset (encoding) groups (<code>eu</code>, <code>vn</code>
<tr><td>jp_ext</td><td>rarely used but big japanese encodings</td></tr>
<tr><td>kr</td><td>korean encodings</td></tr>
</table><p></p>
-<dt><strong><a name="item__2d_2denable_2dxim">--enable-xim</a></strong><br />
+<dt><strong><a name="item_xim">--enable-xim (default: on)</a></strong><br />
</dt>
<dd>
Add support for XIM (X Input Method) protocol. This allows using
set up the input for people using dead keys or compose keys.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dunicode3">--enable-unicode3</a></strong><br />
+<dt><strong><a name="item_unicode3">--enable-unicode3 (default: off)</a></strong><br />
</dt>
<dd>
Enable direct support for displaying unicode codepoints above
(input/output and cut&paste still work, though).</p>
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dcombining">--enable-combining</a></strong><br />
+<dt><strong><a name="item_combining">--enable-combining (default: on)</a></strong><br />
</dt>
<dd>
Enable automatic composition of combining characters into
tell me how these are to be used...).</p>
</dd>
<p></p>
-<dt><strong><a name="item_fallback">--enable-fallback(=CLASS)</a></strong><br />
+<dt><strong><a name="item_fallback">--enable-fallback(=CLASS) (default: Rxvt)</a></strong><br />
</dt>
<dd>
-When reading resource settings, also read settings for class CLASS
-(default: Rxvt). To disable resource fallback use --disable-fallback.
+When reading resource settings, also read settings for class CLASS. To disable resource fallback use --disable-fallback.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2dwith_2dres_2dname_3dname">--with-res-name=NAME</a></strong><br />
+<dt><strong><a name="item_name">--with-res-name=NAME (default: urxvt)</a></strong><br />
</dt>
<dd>
-Use the given name (default: urxvt) as default application name when
+Use the given name as default application name when
reading resources. Specify --with-res-name=rxvt to replace rxvt.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2dwith_2dres_2dclass_3dclass">--with-res-class=CLASS</a></strong><br />
+<dt><strong><a name="item__2d_2dwith_2dres_2dclass_3dclass__2fdefault_3a_urx">--with-res-class=CLASS /default: URxvt)</a></strong><br />
</dt>
<dd>
-Use the given class (default: URxvt) as default application class
-when reading resources. Specify --with-res-class=Rxvt to replace
+Use the given class as default application class
+when reading resources. Specify --with-res-class=Rxvt to replace
rxvt.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dutmp">--enable-utmp</a></strong><br />
+<dt><strong><a name="item_utmp">--enable-utmp (default: on)</a></strong><br />
</dt>
<dd>
Write user and tty to utmp file (used by programs like <em>w</em>) at
start of rxvt execution and delete information when rxvt exits.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dwtmp">--enable-wtmp</a></strong><br />
+<dt><strong><a name="item_wtmp">--enable-wtmp (default: on)</a></strong><br />
</dt>
<dd>
Write user and tty to wtmp file (used by programs like <em>last</em>) at
option requires --enable-utmp to also be specified.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dlastlog">--enable-lastlog</a></strong><br />
+<dt><strong><a name="item_lastlog">--enable-lastlog (default: on)</a></strong><br />
</dt>
<dd>
Write user and tty to lastlog file (used by programs like
--enable-utmp to also be specified.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dxpm_2dbackground">--enable-xpm-background</a></strong><br />
+<dt><strong><a name="item_background">--enable-xpm-background (default: off)</a></strong><br />
</dt>
<dd>
Add support for XPM background pixmaps.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dtransparency">--enable-transparency</a></strong><br />
+<dt><strong><a name="item_transparency">--enable-transparency (default: off)</a></strong><br />
</dt>
<dd>
Add support for inheriting parent backgrounds thus giving a fake
transparency to the term.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dfading">--enable-fading</a></strong><br />
+<dt><strong><a name="item_fading">--enable-fading (default: on)</a></strong><br />
</dt>
<dd>
-Add support for fading the text when focus is lost.
+Add support for fading the text when focus is lost (requires <code>--enable-transparency</code>).
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dtinting">--enable-tinting</a></strong><br />
+<dt><strong><a name="item_tinting">--enable-tinting (default: on)</a></strong><br />
</dt>
<dd>
-Add support for tinting of transparent backgrounds.
+Add support for tinting of transparent backgrounds (requires <code>--enable-transparency</code>).
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dmenubar">--enable-menubar</a></strong><br />
+<dt><strong><a name="item_menubar">--enable-menubar (default: off)</a></strong><br />
</dt>
<dd>
Add support for our menu bar system (this interacts badly with
dynamic locale switching currently).
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2drxvt_2dscroll">--enable-rxvt-scroll</a></strong><br />
+<dt><strong><a name="item_scroll">--enable-rxvt-scroll (default: on)</a></strong><br />
</dt>
<dd>
Add support for the original rxvt scrollbar.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dnext_2dscroll">--enable-next-scroll</a></strong><br />
+<dt><strong>--enable-next-scroll (default: on)</strong><br />
</dt>
<dd>
Add support for a NeXT-like scrollbar.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dxterm_2dscroll">--enable-xterm-scroll</a></strong><br />
+<dt><strong>--enable-xterm-scroll (default: on)</strong><br />
</dt>
<dd>
Add support for an Xterm-like scrollbar.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dplain_2dscroll">--enable-plain-scroll</a></strong><br />
+<dt><strong>--enable-plain-scroll (default: on)</strong><br />
</dt>
<dd>
Add support for a very unobtrusive, plain-looking scrollbar that
many years.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dhalf_2dshadow">--enable-half-shadow</a></strong><br />
+<dt><strong><a name="item_shadow">--enable-half-shadow (default: off)</a></strong><br />
</dt>
<dd>
Make shadows on the scrollbar only half the normal width & height.
only applicable to rxvt scrollbars.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dttygid">--enable-ttygid</a></strong><br />
+<dt><strong><a name="item_ttygid">--enable-ttygid (default: off)</a></strong><br />
</dt>
<dd>
Change tty device setting to group ``tty'' - only use this if
<dt><strong><a name="item__2d_2ddisable_2dbackspace_2dkey">--disable-backspace-key</a></strong><br />
</dt>
<dd>
-Disable any handling of the backspace key by us - let the X server
-do it.
+Removes any handling of the backspace key by us - let the X server do it.
</dd>
<p></p>
<dt><strong><a name="item__2d_2ddisable_2ddelete_2dkey">--disable-delete-key</a></strong><br />
</dt>
<dd>
-Disable any handling of the delete key by us - let the X server
+Removes any handling of the delete key by us - let the X server
do it.
</dd>
<p></p>
<dt><strong><a name="item__2d_2ddisable_2dresources">--disable-resources</a></strong><br />
</dt>
<dd>
-Remove all resources checking.
+Removes any support for resource checking.
</dd>
<p></p>
<dt><strong><a name="item__2d_2denable_2dxgetdefault">--enable-xgetdefault</a></strong><br />
small, if nonexistant.</p>
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dstrings">--enable-strings</a></strong><br />
+<dt><strong><a name="item_strings">--enable-strings (default: off)</a></strong><br />
</dt>
<dd>
Add support for our possibly faster <code>memset()</code> function and other
<dt><strong><a name="item__2d_2ddisable_2dswapscreen">--disable-swapscreen</a></strong><br />
</dt>
<dd>
-Remove support for swap screen.
+Remove support for secondary/swap screen.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dfrills">--enable-frills</a></strong><br />
+<dt><strong><a name="item_frills">--enable-frills (default: on)</a></strong><br />
</dt>
<dd>
Add support for many small features that are not essential but nice to
disable this.
</dd>
<dd>
-<p>A non-exhaustive list of features enabled by <a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a> (possibly
+<p>A non-exhaustive list of features enabled by <code>--enable-frills</code> (possibly
in combination with other switches) is:</p>
</dd>
<dd>
-embed and -pty-fd options</pre>
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2diso14755">--enable-iso14755</a></strong><br />
+<dt><strong><a name="item_iso14755">--enable-iso14755 (default: on)</a></strong><br />
</dt>
<dd>
Enable extended ISO 14755 support (see rxvt(1), or
<em>doc/rxvt.1.txt</em>). Basic support (section 5.1) is enabled by
-<a href="#item__2d_2denable_2dfrills"><code>--enable-frills</code></a>, while support for 5.2, 5.3 and 5.4 is enabled with
+<code>--enable-frills</code>, while support for 5.2, 5.3 and 5.4 is enabled with
this switch.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dkeepscrolling">--enable-keepscrolling</a></strong><br />
+<dt><strong><a name="item_keepscrolling">--enable-keepscrolling (default: on)</a></strong><br />
</dt>
<dd>
Add support for continual scrolling of the display when you hold
the mouse button down on a scrollbar arrow.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dmousewheel">--enable-mousewheel</a></strong><br />
+<dt><strong><a name="item_mousewheel">--enable-mousewheel (default: on)</a></strong><br />
</dt>
<dd>
Add support for scrolling via mouse wheel or buttons 4 & 5.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dslipwheeling">--enable-slipwheeling</a></strong><br />
+<dt><strong><a name="item_slipwheeling">--enable-slipwheeling (default: on)</a></strong><br />
</dt>
<dd>
Add support for continual scrolling (using the mouse wheel as an
Remove support for mouse selection style like that of xterm.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2ddmalloc">--enable-dmalloc</a></strong><br />
+<dt><strong><a name="item_dmalloc">--enable-dmalloc (default: off)</a></strong><br />
</dt>
<dd>
Use Gray Watson's malloc - which is good for debugging See
you use either) .</p>
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2ddlmalloc">--enable-dlmalloc</a></strong><br />
+<dt><strong><a name="item_dlmalloc">--enable-dlmalloc (default: off)</a></strong><br />
</dt>
<dd>
Use Doug Lea's malloc - which is good for a production version
See <a href="http://g.oswego.edu/dl/html/malloc.html">http://g.oswego.edu/dl/html/malloc.html</a> for details.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dsmart_2dresize">--enable-smart-resize</a></strong><br />
+<dt><strong><a name="item_resize">--enable-smart-resize (default: on)</a></strong><br />
</dt>
<dd>
Add smart growth/shrink behaviour when changing font size via from hot
closest to a corner of the screen.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2denable_2dpointer_2dblank">--enable-pointer-blank</a></strong><br />
+<dt><strong><a name="item_blank">--enable-pointer-blank (default: on)</a></strong><br />
</dt>
<dd>
Add support to have the pointer disappear when typing or inactive.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2dwith_2dname_3dname">--with-name=NAME</a></strong><br />
+<dt><strong>--with-name=NAME (default: urxvt)</strong><br />
</dt>
<dd>
-Set the basename for the installed binaries (default: <code>urxvt</code>, resulting
+Set the basename for the installed binaries, resulting
in <code>urxvt</code>, <code>urxvtd</code> etc.). Specify <code>--with-name=rxvt</code> to replace with
<code>rxvt</code>.
</dd>
<p></p>
-<dt><strong><a name="item__2d_2dwith_2dterm_3dname">--with-term=NAME</a></strong><br />
+<dt><strong>--with-term=NAME (default: rxvt-unicode)</strong><br />
</dt>
<dd>
-Change the environmental variable for the terminal to NAME (default
-<code>rxvt-unicode</code>)
+Change the environmental variable for the terminal to NAME.
</dd>
<p></p>
<dt><strong><a name="item__2d_2dwith_2dterminfo_3dpath">--with-terminfo=PATH</a></strong><br />
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
.\"
.\" Standard preamble:
.\" ========================================================================
.\" ========================================================================
.\"
.IX Title "rxvt 7"
-.TH rxvt 7 "2005-08-05" "5.7" "RXVT-UNICODE"
+.TH rxvt 7 "2005-10-25" "5.8" "RXVT-UNICODE"
.SH "NAME"
RXVT REFERENCE \- FAQ, command sequences and other background information
.SH "SYNOPSIS"
.SH "CONFIGURE OPTIONS"
.IX Header "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
-<rxvt@schmorp.de>.
+hasn't been tested well. Either try with \f(CW\*(C`\-\-enable\-everything\*(C'\fR or use
+the \fI./reconf\fR script as a base for experiments. \fI./reconf\fR 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 <rxvt@schmorp.de>.
+.PP
+All
.IP "\-\-enable\-everything" 4
.IX Item "--enable-everything"
-Add support for all non-multichoice options listed in \*(L"./configure
-\&\-\-help\*(R". Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-\&\fIfollowing\fR this with the appropriate commands.
-.IP "\-\-enable\-xft" 4
-.IX Item "--enable-xft"
+Add (or remove) support for all non-multichoice options listed in \*(L"./configure
+\&\-\-help\*(R".
+.Sp
+You can specify this and then disable options you do not like by
+\&\fIfollowing\fR this with the appropriate \f(CW\*(C`\-\-disable\-...\*(C'\fR arguments,
+or you can start with a minimal configuration by specifying
+\&\f(CW\*(C`\-\-disable\-everything\*(C'\fR and than adding just the \f(CW\*(C`\-\-enable\-...\*(C'\fR arguments
+you want.
+.IP "\-\-enable\-xft (default: enabled)" 4
+.IX Item "--enable-xft (default: enabled)"
Add support for Xft (anti\-aliases, among others) fonts. Xft fonts are
slower and require lots of memory, but as long as you don't use them, you
don't pay for them.
-.IP "\-\-enable\-font\-styles" 4
-.IX Item "--enable-font-styles"
+.IP "\-\-enable\-font\-styles (default: on)" 4
+.IX Item "--enable-font-styles (default: on)"
Add support for \fBbold\fR, \fIitalic\fR and \fB\f(BIbold italic\fB\fR font
styles. The fonts can be set manually or automatically.
-.IP "\-\-with\-codesets=NAME,..." 4
-.IX Item "--with-codesets=NAME,..."
+.IP "\-\-with\-codesets=NAME,... (default: all)" 4
+.IX Item "--with-codesets=NAME,... (default: all)"
Compile in support for additional codeset (encoding) groups (\f(CW\*(C`eu\*(C'\fR, \f(CW\*(C`vn\*(C'\fR
are always compiled in, which includes most 8\-bit character sets). These
codeset tables are used for driving X11 core fonts, they are not required
kr korean encodings
.TE
-.IP "\-\-enable\-xim" 4
-.IX Item "--enable-xim"
+.IP "\-\-enable\-xim (default: on)" 4
+.IX Item "--enable-xim (default: on)"
Add support for \s-1XIM\s0 (X Input Method) protocol. This allows using
alternative input methods (e.g. kinput2) and will also correctly
set up the input for people using dead keys or compose keys.
-.IP "\-\-enable\-unicode3" 4
-.IX Item "--enable-unicode3"
+.IP "\-\-enable\-unicode3 (default: off)" 4
+.IX Item "--enable-unicode3 (default: off)"
Enable direct support for displaying unicode codepoints above
65535 (the basic multilingual page). This increases storage
requirements per character from 2 to 4 bytes. X11 fonts do not yet
limited to a view thousand (shared with combining characters,
see next switch), and right now rxvt-unicode cannot display them
(input/output and cut&paste still work, though).
-.IP "\-\-enable\-combining" 4
-.IX Item "--enable-combining"
+.IP "\-\-enable\-combining (default: on)" 4
+.IX Item "--enable-combining (default: on)"
Enable automatic composition of combining characters into
composite characters. This is required for proper viewing of text
where accents are encoded as seperate unicode characters. This is
The combining table also contains entries for arabic presentation forms,
but these are not currently used. Bug me if you want these to be used (and
tell me how these are to be used...).
-.IP "\-\-enable\-fallback(=CLASS)" 4
-.IX Item "--enable-fallback(=CLASS)"
-When reading resource settings, also read settings for class \s-1CLASS\s0
-(default: Rxvt). To disable resource fallback use \-\-disable\-fallback.
-.IP "\-\-with\-res\-name=NAME" 4
-.IX Item "--with-res-name=NAME"
-Use the given name (default: urxvt) as default application name when
+.IP "\-\-enable\-fallback(=CLASS) (default: Rxvt)" 4
+.IX Item "--enable-fallback(=CLASS) (default: Rxvt)"
+When reading resource settings, also read settings for class \s-1CLASS\s0. To disable resource fallback use \-\-disable\-fallback.
+.IP "\-\-with\-res\-name=NAME (default: urxvt)" 4
+.IX Item "--with-res-name=NAME (default: urxvt)"
+Use the given name as default application name when
reading resources. Specify \-\-with\-res\-name=rxvt to replace rxvt.
-.IP "\-\-with\-res\-class=CLASS" 4
-.IX Item "--with-res-class=CLASS"
-Use the given class (default: URxvt) as default application class
-when reading resources. Specify \-\-with\-res\-class=Rxvt to replace
+.IP "\-\-with\-res\-class=CLASS /default: URxvt)" 4
+.IX Item "--with-res-class=CLASS /default: URxvt)"
+Use the given class as default application class
+when reading resources. Specify \-\-with\-res\-class=Rxvt to replace
rxvt.
-.IP "\-\-enable\-utmp" 4
-.IX Item "--enable-utmp"
+.IP "\-\-enable\-utmp (default: on)" 4
+.IX Item "--enable-utmp (default: on)"
Write user and tty to utmp file (used by programs like \fIw\fR) at
start of rxvt execution and delete information when rxvt exits.
-.IP "\-\-enable\-wtmp" 4
-.IX Item "--enable-wtmp"
+.IP "\-\-enable\-wtmp (default: on)" 4
+.IX Item "--enable-wtmp (default: on)"
Write user and tty to wtmp file (used by programs like \fIlast\fR) at
start of rxvt execution and write logout when rxvt exits. This
option requires \-\-enable\-utmp to also be specified.
-.IP "\-\-enable\-lastlog" 4
-.IX Item "--enable-lastlog"
+.IP "\-\-enable\-lastlog (default: on)" 4
+.IX Item "--enable-lastlog (default: on)"
Write user and tty to lastlog file (used by programs like
\&\fIlastlogin\fR) at start of rxvt execution. This option requires
\&\-\-enable\-utmp to also be specified.
-.IP "\-\-enable\-xpm\-background" 4
-.IX Item "--enable-xpm-background"
+.IP "\-\-enable\-xpm\-background (default: off)" 4
+.IX Item "--enable-xpm-background (default: off)"
Add support for \s-1XPM\s0 background pixmaps.
-.IP "\-\-enable\-transparency" 4
-.IX Item "--enable-transparency"
+.IP "\-\-enable\-transparency (default: off)" 4
+.IX Item "--enable-transparency (default: off)"
Add support for inheriting parent backgrounds thus giving a fake
transparency to the term.
-.IP "\-\-enable\-fading" 4
-.IX Item "--enable-fading"
-Add support for fading the text when focus is lost.
-.IP "\-\-enable\-tinting" 4
-.IX Item "--enable-tinting"
-Add support for tinting of transparent backgrounds.
-.IP "\-\-enable\-menubar" 4
-.IX Item "--enable-menubar"
+.IP "\-\-enable\-fading (default: on)" 4
+.IX Item "--enable-fading (default: on)"
+Add support for fading the text when focus is lost (requires \f(CW\*(C`\-\-enable\-transparency\*(C'\fR).
+.IP "\-\-enable\-tinting (default: on)" 4
+.IX Item "--enable-tinting (default: on)"
+Add support for tinting of transparent backgrounds (requires \f(CW\*(C`\-\-enable\-transparency\*(C'\fR).
+.IP "\-\-enable\-menubar (default: off)" 4
+.IX Item "--enable-menubar (default: off)"
Add support for our menu bar system (this interacts badly with
dynamic locale switching currently).
-.IP "\-\-enable\-rxvt\-scroll" 4
-.IX Item "--enable-rxvt-scroll"
+.IP "\-\-enable\-rxvt\-scroll (default: on)" 4
+.IX Item "--enable-rxvt-scroll (default: on)"
Add support for the original rxvt scrollbar.
-.IP "\-\-enable\-next\-scroll" 4
-.IX Item "--enable-next-scroll"
+.IP "\-\-enable\-next\-scroll (default: on)" 4
+.IX Item "--enable-next-scroll (default: on)"
Add support for a NeXT-like scrollbar.
-.IP "\-\-enable\-xterm\-scroll" 4
-.IX Item "--enable-xterm-scroll"
+.IP "\-\-enable\-xterm\-scroll (default: on)" 4
+.IX Item "--enable-xterm-scroll (default: on)"
Add support for an Xterm-like scrollbar.
-.IP "\-\-enable\-plain\-scroll" 4
-.IX Item "--enable-plain-scroll"
+.IP "\-\-enable\-plain\-scroll (default: on)" 4
+.IX Item "--enable-plain-scroll (default: on)"
Add support for a very unobtrusive, plain-looking scrollbar that
is the favourite of the rxvt-unicode author, having used it for
many years.
-.IP "\-\-enable\-half\-shadow" 4
-.IX Item "--enable-half-shadow"
+.IP "\-\-enable\-half\-shadow (default: off)" 4
+.IX Item "--enable-half-shadow (default: off)"
Make shadows on the scrollbar only half the normal width & height.
only applicable to rxvt scrollbars.
-.IP "\-\-enable\-ttygid" 4
-.IX Item "--enable-ttygid"
+.IP "\-\-enable\-ttygid (default: off)" 4
+.IX Item "--enable-ttygid (default: off)"
Change tty device setting to group \*(L"tty\*(R" \- only use this if
your system uses this type of security.
.IP "\-\-disable\-backspace\-key" 4
.IX Item "--disable-backspace-key"
-Disable any handling of the backspace key by us \- let the X server
-do it.
+Removes any handling of the backspace key by us \- let the X server do it.
.IP "\-\-disable\-delete\-key" 4
.IX Item "--disable-delete-key"
-Disable any handling of the delete key by us \- let the X server
+Removes any handling of the delete key by us \- let the X server
do it.
.IP "\-\-disable\-resources" 4
.IX Item "--disable-resources"
-Remove all resources checking.
+Removes any support for resource checking.
.IP "\-\-enable\-xgetdefault" 4
.IX Item "--enable-xgetdefault"
Make resources checking via \fIXGetDefault()\fR instead of our small
Please note that nowadays, things like \s-1XIM\s0 will automatically pull in and
use the full X resource manager, so the overhead of using it might be very
small, if nonexistant.
-.IP "\-\-enable\-strings" 4
-.IX Item "--enable-strings"
+.IP "\-\-enable\-strings (default: off)" 4
+.IX Item "--enable-strings (default: off)"
Add support for our possibly faster \fImemset()\fR function and other
various routines, overriding your system's versions which may
have been hand-crafted in assembly or may require extra libraries
GNU/Linux systems).
.IP "\-\-disable\-swapscreen" 4
.IX Item "--disable-swapscreen"
-Remove support for swap screen.
-.IP "\-\-enable\-frills" 4
-.IX Item "--enable-frills"
+Remove support for secondary/swap screen.
+.IP "\-\-enable\-frills (default: on)" 4
+.IX Item "--enable-frills (default: on)"
Add support for many small features that are not essential but nice to
have. Normally you want this, but for very small binaries you may want to
disable this.
\& cursor blinking and underline cursor
\& -embed and -pty-fd options
.Ve
-.IP "\-\-enable\-iso14755" 4
-.IX Item "--enable-iso14755"
+.IP "\-\-enable\-iso14755 (default: on)" 4
+.IX Item "--enable-iso14755 (default: on)"
Enable extended \s-1ISO\s0 14755 support (see @@RXVT_NAME@@(1), or
\&\fIdoc/rxvt.1.txt\fR). Basic support (section 5.1) is enabled by
\&\f(CW\*(C`\-\-enable\-frills\*(C'\fR, while support for 5.2, 5.3 and 5.4 is enabled with
this switch.
-.IP "\-\-enable\-keepscrolling" 4
-.IX Item "--enable-keepscrolling"
+.IP "\-\-enable\-keepscrolling (default: on)" 4
+.IX Item "--enable-keepscrolling (default: on)"
Add support for continual scrolling of the display when you hold
the mouse button down on a scrollbar arrow.
-.IP "\-\-enable\-mousewheel" 4
-.IX Item "--enable-mousewheel"
+.IP "\-\-enable\-mousewheel (default: on)" 4
+.IX Item "--enable-mousewheel (default: on)"
Add support for scrolling via mouse wheel or buttons 4 & 5.
-.IP "\-\-enable\-slipwheeling" 4
-.IX Item "--enable-slipwheeling"
+.IP "\-\-enable\-slipwheeling (default: on)" 4
+.IX Item "--enable-slipwheeling (default: on)"
Add support for continual scrolling (using the mouse wheel as an
accelerator) while the control key is held down. This option
requires \-\-enable\-mousewheel to also be specified.
.IP "\-\-disable\-new\-selection" 4
.IX Item "--disable-new-selection"
Remove support for mouse selection style like that of xterm.
-.IP "\-\-enable\-dmalloc" 4
-.IX Item "--enable-dmalloc"
+.IP "\-\-enable\-dmalloc (default: off)" 4
+.IX Item "--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
.Sp
You can only use either this option and the following (should
you use either) .
-.IP "\-\-enable\-dlmalloc" 4
-.IX Item "--enable-dlmalloc"
+.IP "\-\-enable\-dlmalloc (default: off)" 4
+.IX Item "--enable-dlmalloc (default: off)"
Use Doug Lea's malloc \- which is good for a production version
See <http://g.oswego.edu/dl/html/malloc.html> for details.
-.IP "\-\-enable\-smart\-resize" 4
-.IX Item "--enable-smart-resize"
+.IP "\-\-enable\-smart\-resize (default: on)" 4
+.IX Item "--enable-smart-resize (default: on)"
Add smart growth/shrink behaviour when changing font size via from hot
keys. This should keep in a fixed position the rxvt corner which is
closest to a corner of the screen.
-.IP "\-\-enable\-pointer\-blank" 4
-.IX Item "--enable-pointer-blank"
+.IP "\-\-enable\-pointer\-blank (default: on)" 4
+.IX Item "--enable-pointer-blank (default: on)"
Add support to have the pointer disappear when typing or inactive.
-.IP "\-\-with\-name=NAME" 4
-.IX Item "--with-name=NAME"
-Set the basename for the installed binaries (default: \f(CW\*(C`urxvt\*(C'\fR, resulting
+.IP "\-\-with\-name=NAME (default: urxvt)" 4
+.IX Item "--with-name=NAME (default: urxvt)"
+Set the basename for the installed binaries, resulting
in \f(CW\*(C`urxvt\*(C'\fR, \f(CW\*(C`urxvtd\*(C'\fR etc.). Specify \f(CW\*(C`\-\-with\-name=rxvt\*(C'\fR to replace with
\&\f(CW\*(C`rxvt\*(C'\fR.
-.IP "\-\-with\-term=NAME" 4
-.IX Item "--with-term=NAME"
-Change the environmental variable for the terminal to \s-1NAME\s0 (default
-\&\f(CW\*(C`rxvt\-unicode\*(C'\fR)
+.IP "\-\-with\-term=NAME (default: rxvt\-unicode)" 4
+.IX Item "--with-term=NAME (default: rxvt-unicode)"
+Change the environmental variable for the terminal to \s-1NAME\s0.
.IP "\-\-with\-terminfo=PATH" 4
.IX Item "--with-terminfo=PATH"
Change the environmental variable for the path to the terminfo tree to
=head1 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
-<rxvt@schmorp.de>.
+hasn't been tested well. Either try with C<--enable-everything> or use
+the F<./reconf> script as a base for experiments. F<./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 <rxvt@schmorp.de>.
+
+All
=over 4
=item --enable-everything
-Add support for all non-multichoice options listed in "./configure
---help". Note that unlike other enable options this is order dependant.
-You can specify this and then disable options which this enables by
-I<following> this with the appropriate commands.
+Add (or remove) support for all non-multichoice options listed in "./configure
+--help".
+
+You can specify this and then disable options you do not like by
+I<following> this with the appropriate C<--disable-...> arguments,
+or you can start with a minimal configuration by specifying
+C<--disable-everything> and than adding just the C<--enable-...> arguments
+you want.
-=item --enable-xft
+=item --enable-xft (default: enabled)
Add support for Xft (anti-aliases, among others) fonts. Xft fonts are
slower and require lots of memory, but as long as you don't use them, you
don't pay for them.
-=item --enable-font-styles
+=item --enable-font-styles (default: on)
Add support for B<bold>, I<italic> and B<< I<bold italic> >> font
styles. The fonts can be set manually or automatically.
-=item --with-codesets=NAME,...
+=item --with-codesets=NAME,... (default: all)
Compile in support for additional codeset (encoding) groups (C<eu>, C<vn>
are always compiled in, which includes most 8-bit character sets). These
=end table
-=item --enable-xim
+=item --enable-xim (default: on)
Add support for XIM (X Input Method) protocol. This allows using
alternative input methods (e.g. kinput2) and will also correctly
set up the input for people using dead keys or compose keys.
-=item --enable-unicode3
+=item --enable-unicode3 (default: off)
Enable direct support for displaying unicode codepoints above
65535 (the basic multilingual page). This increases storage
see next switch), and right now rxvt-unicode cannot display them
(input/output and cut&paste still work, though).
-=item --enable-combining
+=item --enable-combining (default: on)
Enable automatic composition of combining characters into
composite characters. This is required for proper viewing of text
but these are not currently used. Bug me if you want these to be used (and
tell me how these are to be used...).
-=item --enable-fallback(=CLASS)
+=item --enable-fallback(=CLASS) (default: Rxvt)
-When reading resource settings, also read settings for class CLASS
-(default: Rxvt). To disable resource fallback use --disable-fallback.
+When reading resource settings, also read settings for class CLASS. To disable resource fallback use --disable-fallback.
-=item --with-res-name=NAME
+=item --with-res-name=NAME (default: urxvt)
-Use the given name (default: urxvt) as default application name when
+Use the given name as default application name when
reading resources. Specify --with-res-name=rxvt to replace rxvt.
-=item --with-res-class=CLASS
+=item --with-res-class=CLASS /default: URxvt)
-Use the given class (default: URxvt) as default application class
-when reading resources. Specify --with-res-class=Rxvt to replace
+Use the given class as default application class
+when reading resources. Specify --with-res-class=Rxvt to replace
rxvt.
-=item --enable-utmp
+=item --enable-utmp (default: on)
Write user and tty to utmp file (used by programs like F<w>) at
start of rxvt execution and delete information when rxvt exits.
-=item --enable-wtmp
+=item --enable-wtmp (default: on)
Write user and tty to wtmp file (used by programs like F<last>) at
start of rxvt execution and write logout when rxvt exits. This
option requires --enable-utmp to also be specified.
-=item --enable-lastlog
+=item --enable-lastlog (default: on)
Write user and tty to lastlog file (used by programs like
F<lastlogin>) at start of rxvt execution. This option requires
--enable-utmp to also be specified.
-=item --enable-xpm-background
+=item --enable-xpm-background (default: off)
Add support for XPM background pixmaps.
-=item --enable-transparency
+=item --enable-transparency (default: off)
Add support for inheriting parent backgrounds thus giving a fake
transparency to the term.
-=item --enable-fading
+=item --enable-fading (default: on)
-Add support for fading the text when focus is lost.
+Add support for fading the text when focus is lost (requires C<--enable-transparency>).
-=item --enable-tinting
+=item --enable-tinting (default: on)
-Add support for tinting of transparent backgrounds.
+Add support for tinting of transparent backgrounds (requires C<--enable-transparency>).
-=item --enable-menubar
+=item --enable-menubar (default: off)
Add support for our menu bar system (this interacts badly with
dynamic locale switching currently).
-=item --enable-rxvt-scroll
+=item --enable-rxvt-scroll (default: on)
Add support for the original rxvt scrollbar.
-=item --enable-next-scroll
+=item --enable-next-scroll (default: on)
Add support for a NeXT-like scrollbar.
-=item --enable-xterm-scroll
+=item --enable-xterm-scroll (default: on)
Add support for an Xterm-like scrollbar.
-=item --enable-plain-scroll
+=item --enable-plain-scroll (default: on)
Add support for a very unobtrusive, plain-looking scrollbar that
is the favourite of the rxvt-unicode author, having used it for
many years.
-=item --enable-half-shadow
+=item --enable-half-shadow (default: off)
Make shadows on the scrollbar only half the normal width & height.
only applicable to rxvt scrollbars.
-=item --enable-ttygid
+=item --enable-ttygid (default: off)
Change tty device setting to group "tty" - only use this if
your system uses this type of security.
=item --disable-backspace-key
-Disable any handling of the backspace key by us - let the X server
-do it.
+Removes any handling of the backspace key by us - let the X server do it.
=item --disable-delete-key
-Disable any handling of the delete key by us - let the X server
+Removes any handling of the delete key by us - let the X server
do it.
=item --disable-resources
-Remove all resources checking.
+Removes any support for resource checking.
=item --enable-xgetdefault
use the full X resource manager, so the overhead of using it might be very
small, if nonexistant.
-=item --enable-strings
+=item --enable-strings (default: off)
Add support for our possibly faster memset() function and other
various routines, overriding your system's versions which may
=item --disable-swapscreen
-Remove support for swap screen.
+Remove support for secondary/swap screen.
-=item --enable-frills
+=item --enable-frills (default: on)
Add support for many small features that are not essential but nice to
have. Normally you want this, but for very small binaries you may want to
cursor blinking and underline cursor
-embed and -pty-fd options
-=item --enable-iso14755
+=item --enable-iso14755 (default: on)
Enable extended ISO 14755 support (see @@RXVT_NAME@@(1), or
F<doc/rxvt.1.txt>). Basic support (section 5.1) is enabled by
C<--enable-frills>, while support for 5.2, 5.3 and 5.4 is enabled with
this switch.
-=item --enable-keepscrolling
+=item --enable-keepscrolling (default: on)
Add support for continual scrolling of the display when you hold
the mouse button down on a scrollbar arrow.
-=item --enable-mousewheel
+=item --enable-mousewheel (default: on)
Add support for scrolling via mouse wheel or buttons 4 & 5.
-=item --enable-slipwheeling
+=item --enable-slipwheeling (default: on)
Add support for continual scrolling (using the mouse wheel as an
accelerator) while the control key is held down. This option
Remove support for mouse selection style like that of xterm.
-=item --enable-dmalloc
+=item --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
You can only use either this option and the following (should
you use either) .
-=item --enable-dlmalloc
+=item --enable-dlmalloc (default: off)
Use Doug Lea's malloc - which is good for a production version
See L<http://g.oswego.edu/dl/html/malloc.html> for details.
-=item --enable-smart-resize
+=item --enable-smart-resize (default: on)
Add smart growth/shrink behaviour when changing font size via from hot
keys. This should keep in a fixed position the rxvt corner which is
closest to a corner of the screen.
-=item --enable-pointer-blank
+=item --enable-pointer-blank (default: on)
Add support to have the pointer disappear when typing or inactive.
-=item --with-name=NAME
+=item --with-name=NAME (default: urxvt)
-Set the basename for the installed binaries (default: C<urxvt>, resulting
+Set the basename for the installed binaries, resulting
in C<urxvt>, C<urxvtd> etc.). Specify C<--with-name=rxvt> to replace with
C<rxvt>.
-=item --with-term=NAME
+=item --with-term=NAME (default: rxvt-unicode)
-Change the environmental variable for the terminal to NAME (default
-C<rxvt-unicode>)
+Change the environmental variable for the terminal to NAME.
=item --with-terminfo=PATH
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
- <rxvt@schmorp.de>.
+ 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 <rxvt@schmorp.de>.
+
+ All
--enable-everything
- Add support for all non-multichoice options listed in "./configure
- --help". Note that unlike other enable options this is order
- dependant. You can specify this and then disable options which this
- enables by *following* this with the appropriate commands.
+ Add (or remove) support for all non-multichoice options listed in
+ "./configure --help".
+
+ You can specify this and then disable options you do not like by
+ *following* this with the appropriate "--disable-..." arguments, or
+ you can start with a minimal configuration by specifying
+ "--disable-everything" and than adding just the "--enable-..."
+ arguments you want.
- --enable-xft
+ --enable-xft (default: enabled)
Add support for Xft (anti-aliases, among others) fonts. Xft fonts
are slower and require lots of memory, but as long as you don't use
them, you don't pay for them.
- --enable-font-styles
+ --enable-font-styles (default: on)
Add support for bold, *italic* and *bold italic* font styles. The
fonts can be set manually or automatically.
- --with-codesets=NAME,...
+ --with-codesets=NAME,... (default: all)
Compile in support for additional codeset (encoding) groups ("eu",
"vn" are always compiled in, which includes most 8-bit character
sets). These codeset tables are used for driving X11 core fonts,
jp_ext rarely used but big japanese encodings
kr korean encodings
- --enable-xim
+ --enable-xim (default: on)
Add support for XIM (X Input Method) protocol. This allows using
alternative input methods (e.g. kinput2) and will also correctly set
up the input for people using dead keys or compose keys.
- --enable-unicode3
+ --enable-unicode3 (default: off)
Enable direct support for displaying unicode codepoints above 65535
(the basic multilingual page). This increases storage requirements
per character from 2 to 4 bytes. X11 fonts do not yet support these
switch), and right now rxvt-unicode cannot display them
(input/output and cut&paste still work, though).
- --enable-combining
+ --enable-combining (default: on)
Enable automatic composition of combining characters into composite
characters. This is required for proper viewing of text where
accents are encoded as seperate unicode characters. This is done by
forms, but these are not currently used. Bug me if you want these to
be used (and tell me how these are to be used...).
- --enable-fallback(=CLASS)
- When reading resource settings, also read settings for class CLASS
- (default: Rxvt). To disable resource fallback use
- --disable-fallback.
+ --enable-fallback(=CLASS) (default: Rxvt)
+ When reading resource settings, also read settings for class CLASS.
+ To disable resource fallback use --disable-fallback.
- --with-res-name=NAME
- Use the given name (default: urxvt) as default application name when
- reading resources. Specify --with-res-name=rxvt to replace rxvt.
+ --with-res-name=NAME (default: urxvt)
+ Use the given name as default application name when reading
+ resources. Specify --with-res-name=rxvt to replace rxvt.
- --with-res-class=CLASS
- Use the given class (default: URxvt) as default application class
- when reading resources. Specify --with-res-class=Rxvt to replace
- rxvt.
+ --with-res-class=CLASS /default: URxvt)
+ Use the given class as default application class when reading
+ resources. Specify --with-res-class=Rxvt to replace rxvt.
- --enable-utmp
+ --enable-utmp (default: on)
Write user and tty to utmp file (used by programs like w) at start
of rxvt execution and delete information when rxvt exits.
- --enable-wtmp
+ --enable-wtmp (default: on)
Write user and tty to wtmp file (used by programs like last) at
start of rxvt execution and write logout when rxvt exits. This
option requires --enable-utmp to also be specified.
- --enable-lastlog
+ --enable-lastlog (default: on)
Write user and tty to lastlog file (used by programs like lastlogin)
at start of rxvt execution. This option requires --enable-utmp to
also be specified.
- --enable-xpm-background
+ --enable-xpm-background (default: off)
Add support for XPM background pixmaps.
- --enable-transparency
+ --enable-transparency (default: off)
Add support for inheriting parent backgrounds thus giving a fake
transparency to the term.
- --enable-fading
- Add support for fading the text when focus is lost.
+ --enable-fading (default: on)
+ Add support for fading the text when focus is lost (requires
+ "--enable-transparency").
- --enable-tinting
- Add support for tinting of transparent backgrounds.
+ --enable-tinting (default: on)
+ Add support for tinting of transparent backgrounds (requires
+ "--enable-transparency").
- --enable-menubar
+ --enable-menubar (default: off)
Add support for our menu bar system (this interacts badly with
dynamic locale switching currently).
- --enable-rxvt-scroll
+ --enable-rxvt-scroll (default: on)
Add support for the original rxvt scrollbar.
- --enable-next-scroll
+ --enable-next-scroll (default: on)
Add support for a NeXT-like scrollbar.
- --enable-xterm-scroll
+ --enable-xterm-scroll (default: on)
Add support for an Xterm-like scrollbar.
- --enable-plain-scroll
+ --enable-plain-scroll (default: on)
Add support for a very unobtrusive, plain-looking scrollbar that is
the favourite of the rxvt-unicode author, having used it for many
years.
- --enable-half-shadow
+ --enable-half-shadow (default: off)
Make shadows on the scrollbar only half the normal width & height.
only applicable to rxvt scrollbars.
- --enable-ttygid
+ --enable-ttygid (default: off)
Change tty device setting to group "tty" - only use this if your
system uses this type of security.
--disable-backspace-key
- Disable any handling of the backspace key by us - let the X server
+ Removes any handling of the backspace key by us - let the X server
do it.
--disable-delete-key
- Disable any handling of the delete key by us - let the X server do
+ Removes any handling of the delete key by us - let the X server do
it.
--disable-resources
- Remove all resources checking.
+ Removes any support for resource checking.
--enable-xgetdefault
Make resources checking via XGetDefault() instead of our small
in and use the full X resource manager, so the overhead of using it
might be very small, if nonexistant.
- --enable-strings
+ --enable-strings (default: off)
Add support for our possibly faster memset() function and other
various routines, overriding your system's versions which may have
been hand-crafted in assembly or may require extra libraries to link
systems).
--disable-swapscreen
- Remove support for swap screen.
+ Remove support for secondary/swap screen.
- --enable-frills
+ --enable-frills (default: on)
Add support for many small features that are not essential but nice
to have. Normally you want this, but for very small binaries you may
want to disable this.
cursor blinking and underline cursor
-embed and -pty-fd options
- --enable-iso14755
+ --enable-iso14755 (default: on)
Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
Basic support (section 5.1) is enabled by "--enable-frills", while
support for 5.2, 5.3 and 5.4 is enabled with this switch.
- --enable-keepscrolling
+ --enable-keepscrolling (default: on)
Add support for continual scrolling of the display when you hold the
mouse button down on a scrollbar arrow.
- --enable-mousewheel
+ --enable-mousewheel (default: on)
Add support for scrolling via mouse wheel or buttons 4 & 5.
- --enable-slipwheeling
+ --enable-slipwheeling (default: on)
Add support for continual scrolling (using the mouse wheel as an
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
+ --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
You can only use either this option and the following (should you
use either) .
- --enable-dlmalloc
+ --enable-dlmalloc (default: off)
Use Doug Lea's malloc - which is good for a production version See
<http://g.oswego.edu/dl/html/malloc.html> for details.
- --enable-smart-resize
+ --enable-smart-resize (default: on)
Add smart growth/shrink behaviour when changing font size via from
hot keys. This should keep in a fixed position the rxvt corner which
is closest to a corner of the screen.
- --enable-pointer-blank
+ --enable-pointer-blank (default: on)
Add support to have the pointer disappear when typing or inactive.
- --with-name=NAME
- Set the basename for the installed binaries (default: "urxvt",
- resulting in "urxvt", "urxvtd" etc.). Specify "--with-name=rxvt" to
- replace with "rxvt".
+ --with-name=NAME (default: urxvt)
+ Set the basename for the installed binaries, resulting in "urxvt",
+ "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
- --with-term=NAME
- Change the environmental variable for the terminal to NAME (default
- "rxvt-unicode")
+ --with-term=NAME (default: rxvt-unicode)
+ Change the environmental variable for the terminal to NAME.
--with-terminfo=PATH
Change the environmental variable for the path to the terminfo tree
// VERSION _must_ be \d.\d+
#define VERSION "5.8"
-#define DATE "2005-07-13"
+#define DATE "2005-10-25"