From: root
Date: Tue, 25 Oct 2005 20:04:58 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bcd838b3f2d8cdaca8b0395d8c81ebafd2f6aa55;p=dana%2Furxvt.git
*** empty log message ***
---
diff --git a/Changes b/Changes
index dbfe5f9d..7a5ed50d 100644
--- a/Changes
+++ b/Changes
@@ -1,28 +1,23 @@
-15:08 URxvt.keysym.0xff08: ^H
-15:08 # home
-15:08 URxvt.keysym.0xff50: \033[1~
-15:08 # end
-15:08 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
- INCOMPATIBLE CHANGE: -fade changed it's meaning to comply with
the documentation and common sense: when upgrading, replace your
percentage by 100-percentage.
diff --git a/README.configure b/README.configure
index 8133ff3c..fdb7612e 100644
--- a/README.configure
+++ b/README.configure
@@ -1,27 +1,33 @@
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
- .
+ 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 .
+
+ 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,
@@ -38,12 +44,12 @@ CONFIGURE OPTIONS
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
@@ -55,7 +61,7 @@ CONFIGURE OPTIONS
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
@@ -74,83 +80,83 @@ CONFIGURE OPTIONS
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
@@ -161,7 +167,7 @@ CONFIGURE OPTIONS
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
@@ -169,9 +175,9 @@ CONFIGURE OPTIONS
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.
@@ -193,19 +199,19 @@ CONFIGURE OPTIONS
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.
@@ -213,7 +219,7 @@ CONFIGURE OPTIONS
--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
@@ -222,26 +228,24 @@ CONFIGURE OPTIONS
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
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
diff --git a/autoconf/config.h.in b/autoconf/config.h.in
index 89921e5e..d442d1aa 100644
--- a/autoconf/config.h.in
+++ b/autoconf/config.h.in
@@ -427,9 +427,6 @@
/* 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
diff --git a/autoconf/configure.in b/autoconf/configure.in
index a173ab7b..231965a6 100644
--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -88,34 +88,35 @@ dnl AC_ENABLE_STATIC(yes)dnl# libtool
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
@@ -131,36 +132,68 @@ AC_ARG_ENABLE(everything,
[ --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],
diff --git a/configure b/configure
index 5d0d38c0..8a641fab 100755
--- a/configure
+++ b/configure
@@ -906,7 +906,6 @@ Optional Features:
--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
@@ -3820,35 +3819,35 @@ fi
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
@@ -3864,37 +3863,68 @@ fi
# 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.
@@ -4291,14 +4321,6 @@ _ACEOF
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"
@@ -4815,7 +4837,7 @@ _ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include
+#include
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -4842,7 +4864,7 @@ else
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
@@ -4856,18 +4878,18 @@ if test "$ac_x_libraries" = no; then
# 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
+#include
int
main ()
{
-XtMalloc (0)
+XrmInitialize ()
;
return 0;
}
@@ -4905,7 +4927,7 @@ for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
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
@@ -11970,13 +11992,6 @@ cat >>confdefs.h <<\_ACEOF
#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
diff --git a/doc/rxvt.1.html b/doc/rxvt.1.html
index 7fae9443..eca84cb4 100644
--- a/doc/rxvt.1.html
+++ b/doc/rxvt.1.html
@@ -49,7 +49,7 @@
-rxvt-unicode, version 5.6, is a colour vt102 terminal
+
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 --
@@ -152,7 +152,7 @@ Turn on/off simulated reverse video; resource reverseVideo.
Turn on/off jump scrolling; resource jumpScroll.
--ip|+ip
+-ip|+ip | -tr|+tr
Turn on/off inheriting parent window's pixmap. Alternative form is
@@ -162,16 +162,30 @@ Turn on/off inheriting parent window's pixmap. Alternative form is
-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
@@ -738,13 +752,21 @@ 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
diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in
index f91a3955..4af441eb 100644
--- a/doc/rxvt.1.man.in
+++ b/doc/rxvt.1.man.in
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.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"
@@ -225,19 +225,30 @@ Turn on/off simulated reverse video; resource \fBreverseVideo\fR.
.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
@@ -614,10 +625,15 @@ artificial transparency. \fBFalse\fR: do not inherit the parent windows'
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
diff --git a/doc/rxvt.1.txt b/doc/rxvt.1.txt
index 86ab46b4..5baca6bc 100644
--- a/doc/rxvt.1.txt
+++ b/doc/rxvt.1.txt
@@ -6,7 +6,7 @@ SYNOPSIS
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
@@ -95,19 +95,27 @@ OPTIONS
-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
@@ -469,10 +477,16 @@ RESOURCES (available also as long-options)
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
diff --git a/doc/rxvt.7.html b/doc/rxvt.7.html
index 23ebb80e..700cce10 100644
--- a/doc/rxvt.7.html
+++ b/doc/rxvt.7.html
@@ -659,10 +659,10 @@ accidentally when rxvt-unicode tries to find a font for your characters.
Also, many people (me included) like large windows and even larger
-scrollback buffers: Without --enable-unicode3
, rxvt-unicode will use
+scrollback buffers: Without --enable-unicode3
, 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 --enable-unicode3
it gets worse, as
+use 10 Megabytes of memory. With --enable-unicode3
it gets worse, as
rxvt-unicode then uses 8 bytes per screen cell.
@@ -2536,22 +2536,28 @@ your system.
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
@@ -2559,14 +2565,14 @@ 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
@@ -2585,7 +2591,7 @@ memory usage unless you use a font requiring one of these encodings.
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
@@ -2593,7 +2599,7 @@ 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
@@ -2609,7 +2615,7 @@ see next 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
@@ -2634,36 +2640,35 @@ 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)
+- --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.
-- --with-res-name=NAME
+- --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.
-- --with-res-class=CLASS
+- --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.
-- --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
@@ -2671,7 +2676,7 @@ 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
@@ -2679,57 +2684,57 @@ Write user and tty to lastlog file (used by programs like
--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
+- --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
--enable-transparency
).
-- --enable-tinting
+- --enable-tinting (default: on)
-
-Add support for tinting of transparent backgrounds.
+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
@@ -2737,14 +2742,14 @@ 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
@@ -2754,21 +2759,20 @@ your system uses this type of security.
- --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.
- --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.
- --disable-resources
-
-Remove all resources checking.
+Removes any support for resource checking.
- --enable-xgetdefault
@@ -2784,7 +2788,7 @@ 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
@@ -2797,10 +2801,10 @@ GNU/Linux 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
@@ -2808,7 +2812,7 @@ have. Normally you want this, but for very small binaries you may want to
disable this.
-
-
A non-exhaustive list of features enabled by --enable-frills
(possibly
+
A non-exhaustive list of features enabled by --enable-frills
(possibly
in combination with other switches) is:
-
@@ -2828,29 +2832,29 @@ in combination with other switches) is:
-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
+--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
@@ -2864,7 +2868,7 @@ requires --enable-mousewheel to also be specified.
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
@@ -2877,14 +2881,14 @@ DINCLUDE and DLIB to the right places.
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
@@ -2892,25 +2896,24 @@ 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
+- --with-name=NAME (default: urxvt)
-
-Set the basename for the installed binaries (default:
urxvt
, resulting
+Set the basename for the installed binaries, resulting
in urxvt
, urxvtd
etc.). Specify --with-name=rxvt
to replace with
rxvt
.
-- --with-term=NAME
+- --with-term=NAME (default: rxvt-unicode)
-
-Change the environmental variable for the terminal to NAME (default
-
rxvt-unicode
)
+Change the environmental variable for the terminal to NAME.
- --with-terminfo=PATH
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
index d3753f4f..a24434f6 100644
--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.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"
@@ -2193,28 +2193,34 @@ XK_KP_9 9 ESC O y
.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
-.
+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 .
+.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
@@ -2232,13 +2238,13 @@ jp_ext rarely used but big japanese encodings
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
@@ -2249,8 +2255,8 @@ even without this flag, but the number of such characters is
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
@@ -2268,83 +2274,81 @@ beyond plane 0 (>65535) when \-\-enable\-unicode3 was not specified.
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
@@ -2354,8 +2358,8 @@ version which only checks ~/.Xdefaults, or if that doesn't exist then
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
@@ -2363,9 +2367,9 @@ to link in. (this breaks ANSI-C rules and has problems on many
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.
@@ -2388,29 +2392,29 @@ in combination with other switches) is:
\& 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
@@ -2418,27 +2422,26 @@ 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 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
diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 80a1b4d9..52c04db9 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -2187,33 +2187,39 @@ your system.
=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
-.
+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 .
+
+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 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 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, I and B<< I >> 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, C
are always compiled in, which includes most 8-bit character sets). These
@@ -2234,13 +2240,13 @@ memory usage unless you use a font requiring one of these encodings.
=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
@@ -2253,7 +2259,7 @@ 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).
-=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
@@ -2273,102 +2279,100 @@ 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...).
-=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) 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) 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) 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
@@ -2380,7 +2384,7 @@ Please note that nowadays, things like XIM will automatically pull in and
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
@@ -2390,9 +2394,9 @@ GNU/Linux systems).
=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
@@ -2415,23 +2419,23 @@ in combination with other switches) is:
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). 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
@@ -2441,7 +2445,7 @@ requires --enable-mousewheel to also be specified.
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
@@ -2451,31 +2455,30 @@ DINCLUDE and DLIB to the right places.
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 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, resulting
+Set the basename for the installed binaries, resulting
in C, C etc.). Specify C<--with-name=rxvt> to replace with
C.
-=item --with-term=NAME
+=item --with-term=NAME (default: rxvt-unicode)
-Change the environmental variable for the terminal to NAME (default
-C)
+Change the environmental variable for the terminal to NAME.
=item --with-terminfo=PATH
diff --git a/doc/rxvt.7.txt b/doc/rxvt.7.txt
index d6e1cda9..b62661cd 100644
--- a/doc/rxvt.7.txt
+++ b/doc/rxvt.7.txt
@@ -1671,28 +1671,34 @@ Key Codes
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
- .
+ 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 .
+
+ 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,
@@ -1709,12 +1715,12 @@ CONFIGURE OPTIONS
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
@@ -1726,7 +1732,7 @@ CONFIGURE OPTIONS
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
@@ -1745,83 +1751,83 @@ CONFIGURE OPTIONS
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
@@ -1832,7 +1838,7 @@ CONFIGURE OPTIONS
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
@@ -1840,9 +1846,9 @@ CONFIGURE OPTIONS
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.
@@ -1864,19 +1870,19 @@ CONFIGURE OPTIONS
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.
@@ -1884,7 +1890,7 @@ CONFIGURE OPTIONS
--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
@@ -1893,26 +1899,24 @@ CONFIGURE OPTIONS
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
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
diff --git a/src/version.h b/src/version.h
index fa7a9878..aedb80ae 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
// VERSION _must_ be \d.\d+
#define VERSION "5.8"
-#define DATE "2005-07-13"
+#define DATE "2005-10-25"