-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 57c9f74e0a30423c6099fb2824be21f9f72d9721:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 57c9f74e0a30423c6099fb2824be21f9f72d9721
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu May 10 22:42:03 2012 +0000

    improve message

diff --git a/README.FAQ b/README.FAQ

index 1d300d3e61800ad4702307564229e6eb8ec9a33e..

index ..63b49e47068b215c9dc71f4cc3546c40a635abb9 100644

--- a/README.FAQ
+++ b/README.FAQ
@@ -208,8 +208,8 @@ xterm? I need this to decide about setting colours etc.
        convert wallpaper.jpg -blur 20x20 -modulate 30 background.jpg
        urxvt -pixmap "background.jpg;:root"

-    That works. If you think it doesn't, you lack libAfterImage or
-    GDK-PixBuf support, or you are unable to read.
+    That works. If you think it doesn't, you lack GDK-PixBuf support, or you
+    are unable to read.

     3. Use an ARGB visual:

diff --git a/README.configure b/README.configure

index 8a089b3ac75deeee464e7ac30aa218e832b0038a..

index ..c4758700330ab14698fdbba27cc8f38be9ebd030 100644

--- a/README.configure
+++ b/README.configure
@@ -106,18 +106,6 @@ CONFIGURE OPTIONS
         at start of rxvt execution. This option requires --enable-utmp to
         also be specified.

-    --enable-afterimage (default: off)
-        Add support for libAfterImage to be used for background images. It
-        adds support for many file formats including JPG, PNG, SVG, TIFF,
-        GIF, XPM, BMP, ICO, XCF, TGA and AfterStep image XML
-        (<http://www.afterstep.org/visualdoc.php?show=asimagexml>).
-
-        Note that with this option enabled, rxvt's memory footprint might
-        increase by a few megabytes even if no extra features are used
-        (mostly due to third-party libraries used by libAI). Memory
-        footprint may somewhat be lowered if libAfterImage is configured
-        without support for SVG.
-
     --enable-pixbuf (default: on)
         Add support for GDK-PixBuf to be used for background images. It adds
         support for many file formats including JPG, PNG, TIFF, GIF, XPM,
@@ -130,9 +118,8 @@ CONFIGURE OPTIONS

     --enable-transparency (default: on)
         Add support for using the root pixmap as background to simulate
-        transparency. Note that blur and blend effects depend on
-        libAfterImage or on libXrender and on the availability of the RENDER
-        extension in the X server.
+        transparency. Note that blur and blend effects depend on libXrender
+        and on the availability of the RENDER extension in the X server.

     --enable-fading (default: on)
         Add support for fading the text when focus is lost.
@@ -263,9 +250,6 @@ CONFIGURE OPTIONS
         dramatically when more than six fonts are in use by a terminal
         instance.

-    --with-afterimage-config=DIR
-        Look for the libAfterImage config script in DIR.
-
     --with-name=NAME (default: urxvt)
         Set the basename for the installed binaries, resulting in "urxvt",
         "urxvtd" etc.). Specify "--with-name=rxvt" to replace with "rxvt".
diff --git a/configure b/configure

index 7d959c8d6f5f8015f8a887c5d41287561ae20f8e..

index ..1a9c741bff907cc70906be5022fe5324992ccd30 100755

--- a/configure
+++ b/configure
@@ -600,9 +600,6 @@ PERLFLAGS
 PERLLIB
 PERL
 XFT_CONFIG
-AFTERIMAGE_LIBS
-AFTERIMAGE_CFLAGS
-afterimage_config
 STARTUP_NOTIFICATION_LIBS
 STARTUP_NOTIFICATION_CFLAGS
 PIXBUF_LIBS
@@ -692,8 +689,6 @@ enable_unicode3
 enable_combining
 enable_xft
 enable_font_styles
-enable_afterimage
-with_afterimage_config
 enable_pixbuf
 enable_startup_notification
 enable_transparency
@@ -1369,7 +1364,6 @@ Optional Features:
   --enable-combining      enable composition of base and combining characters
   --enable-xft            enable xft support on systems that have it
   --enable-font-styles    enable bold and italic support
-  --enable-afterimage     enable integration with libAfterImage for background images (deprecated)
   --enable-pixbuf         enable integration with gdk-pixbuf for background images
   --enable-startup-notification  enable freedesktop startup notification support
   --enable-transparency   enable transparent backgrounds
@@ -1401,7 +1395,6 @@ Optional Features:
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-afterimage-config=DIR  use libAfterImage config script in DIR
   --with-codesets=CS,...  compile in additional codesets (jp,jp_ext,kr,zh,zh_ext,all)
   --with-res-name=NAME    use this as default resource name (default: urxvt)
   --with-res-class=CLASS  use this as the resource class (default: URxvt)
@@ -4831,23 +4824,6 @@ if test "${enable_font_styles+set}" = set; then :
 fi


-# Check whether --enable-afterimage was given.
-if test "${enable_afterimage+set}" = set; then :
-  enableval=$enable_afterimage; if test x$enableval = xyes -o x$enableval = xno; then
-    support_afterimage=$enableval
-  fi
-fi
-
-
-
-# Check whether --with-afterimage_config was given.
-if test "${with_afterimage_config+set}" = set; then :
-  withval=$with_afterimage_config; if test "x$withval" != x; then
-    afterimage_config=$withval/afterimage-config
-  fi
-fi
-
-
 # Check whether --enable-pixbuf was given.
 if test "${enable_pixbuf+set}" = set; then :
   enableval=$enable_pixbuf; if test x$enableval = xyes -o x$enableval = xno; then
@@ -6328,7 +6304,6 @@ $as_echo_n "checking for gdk-pixbuf... " >&6; }
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
 $as_echo "ok" >&6; }
     image_lib=gdk-pixbuf
-    support_afterimage=no

 $as_echo "#define HAVE_PIXBUF 1" >>confdefs.h

@@ -6413,92 +6388,6 @@ fi



-AFTERIMAGE_CFLAGS=
-AFTERIMAGE_LIBS=
-
-if test x$support_afterimage = xyes; then
-  support_afterimage=no
-
-  if test "x$afterimage_config" = "x" ; then
-    # Extract the first word of "afterimage-config", so it can be a program name with args.
-set dummy afterimage-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_afterimage_config+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $afterimage_config in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_afterimage_config="$afterimage_config" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_path_afterimage_config="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  test -z "$ac_cv_path_afterimage_config" && ac_cv_path_afterimage_config="no"
-  ;;
-esac
-fi
-afterimage_config=$ac_cv_path_afterimage_config
-if test -n "$afterimage_config"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $afterimage_config" >&5
-$as_echo "$afterimage_config" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  fi
-  if test "x$afterimage_config" != "xno" ; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libAfterImage version >= 1.15" >&5
-$as_echo_n "checking for libAfterImage version >= 1.15... " >&6; }
-    AFTERIMAGE_VERSION=`$afterimage_config --version`
-    if test -n "$AFTERIMAGE_VERSION" ; then
-      AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
-      AFTERIMAGE_LIBS=`$afterimage_config --libs`
-      if test "x$AFTERIMAGE_LIBS" != "x"; then
-        libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .`
-        libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .`
-        if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
-          support_afterimage=yes
-        fi
-      fi
-    fi
-    if test "x$support_afterimage" = "xyes"; then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AFTERIMAGE_LIBS" >&5
-$as_echo "$AFTERIMAGE_LIBS" >&6; }
-      image_lib=libafterimage
-
-$as_echo "#define HAVE_AFTERIMAGE 1" >>confdefs.h
-
-
-$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h
-
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-      AFTERIMAGE_CFLAGS=
-      AFTERIMAGE_LIBS=
-    fi
-  fi
-fi
-
-
-
-
 for ac_header in \
 	sys/byteorder.h \
 	sys/ioctl.h \
@@ -7988,46 +7877,7 @@ done
   done
 IFS=$as_save_IFS

-  ;;
-esac
-fi
-PERL=$ac_cv_path_PERL
-if test -n "$PERL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
-$as_echo "$PERL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  # Extract the first word of "perl", so it can be a program name with args.
-set dummy perl; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if test "${ac_cv_path_PERL+set}" = set; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PERL in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
+  test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl"
   ;;
 esac
 fi
diff --git a/configure.ac b/configure.ac

index a1ad0711bc96171d594b6848b56368b7da23ce7d..

index ..f442c55c5ef96c351b2c4e71347d8c665107e655 100644

--- a/configure.ac
+++ b/configure.ac
@@ -713,8 +713,7 @@ done

 IF_PERL=\#
 if test x$support_perl = xyes; then
-  AC_PATH_PROG(PERL, perl5)
-  AC_PATH_PROG(PERL, perl)
+  AC_PATH_PROG(PERL, perl5, perl)

   AC_MSG_CHECKING(for $PERL suitability)
   if $PERL -MExtUtils::Embed -e "use v5.8" >/dev/null 2>/dev/null; then
diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in

index ee655507817aa1f38aaf99a766488999f916659e..

index ..73e9cd33888cfd62ece921ce502cb85be41307b4 100644

--- a/doc/rxvt.1.man.in
+++ b/doc/rxvt.1.man.in
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 1"
-.TH @@RXVT_NAME@@ 1 "2012-01-21" "@@RXVT_VERSION@@" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 1 "2012-05-11" "@@RXVT_VERSION@@" "RXVT-UNICODE"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -262,15 +262,6 @@ resource \fItintColor\fR.
 .IX Item "-sh number"
 Darken (0 .. 99) or lighten (101 .. 200) the transparent background.
 A value of 100 means no shading; resource \fIshading\fR.
-.IP "\fB\-blt\fR \fIstring\fR" 4
-.IX Item "-blt string"
-Specify background blending type. If background pixmap is specified
-at the same time as transparency \- such pixmap will be blended over
-the transparent background, using the method specified. Supported values are:
-\&\fBadd\fR, \fBalphablend\fR, \fBallanon\fR \- colour values averaging, \fBcolorize\fR,
-\&\fBdarken\fR, \fBdiff\fR, \fBdissipate\fR, \fBhue\fR, \fBlighten\fR, \fBoverlay\fR,
-\&\fBsaturate\fR, \fBscreen\fR, \fBsub\fR, \fBtint\fR, \fBvalue\fR. The default is
-alpha-blending. Compile \fIafterimage\fR; resource \fIblendType\fR.
 .IP "\fB\-blr\fR \fIHxV\fR" 4
 .IX Item "-blr HxV"
 Apply Gaussian Blur with the specified radii to the transparent
@@ -282,7 +273,7 @@ vertical radius of 0 disables blurring;
 resource \fIblurRadius\fR.
 .IP "\fB\-icon\fR \fIfile\fR" 4
 .IX Item "-icon file"
-Compile \fIafterimage\fR or \fIpixbuf\fR: Use the specified image as application icon. This
+Compile \fIpixbuf\fR: Use the specified image as application icon. This
 is used by many window managers, taskbars and pagers to represent the
 application window; resource \fIiconFile\fR.
 .IP "\fB\-bg\fR \fIcolour\fR" 4
@@ -293,7 +284,7 @@ Window background colour; resource \fBbackground\fR.
 Window foreground colour; resource \fBforeground\fR.
 .IP "\fB\-pixmap\fR \fIfile[;oplist]\fR" 4
 .IX Item "-pixmap file[;oplist]"
-Compile \fIafterimage\fR or \fIpixbuf\fR: Specify image file for the background and also
+Compile \fIpixbuf\fR: Specify image file for the background and also
 optionally specify a list of operations to modify it. Note you may need to
 add quotes to avoid special shell interpretation of the \f(CW\*(C`;\*(C'\fR in the
 command-line; for more details see resource \fBbackgroundPixmap\fR.
@@ -829,9 +820,7 @@ If multiple templates are specified the last one wins. Note that a
 template overrides all the scale, position and operations settings.
 .Sp
 If used in conjunction with \fB\-tr\fR option, the specified pixmap will be
-blended over the transparent background using alpha-blending. If \fIafterimage\fR
-support has been compiled in it is possible to choose other blending
-types with \fB\-blt \*(L"type\*(R"\fR option.
+blended over the transparent background using alpha-blending.
 .RE
 .IP "\fBpath:\fR \fIpath\fR" 4
 .IX Item "path: path"
diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in

index 730ed4f23c35a3e7d3d2abc47722770737be2863..

index ..1af6897cf256148dbe2ec727fa8b8ddc34483dce 100644

--- a/doc/rxvt.7.man.in
+++ b/doc/rxvt.7.man.in
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 7"
-.TH @@RXVT_NAME@@ 7 "2012-01-21" "@@RXVT_VERSION@@" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 7 "2012-05-11" "@@RXVT_VERSION@@" "RXVT-UNICODE"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -409,7 +409,7 @@ your picture with gimp or any other tool:
 \&   @@URXVT_NAME@@ \-pixmap "background.jpg;:root"
 .Ve
 .PP
-That works. If you think it doesn't, you lack libAfterImage or GDK-PixBuf support, or you
+That works. If you think it doesn't, you lack GDK-PixBuf support, or you
 are unable to read.
 .PP
 3. Use an \s-1ARGB\s0 visual:
@@ -2282,7 +2282,7 @@ Ps = 12	Change colour of text cursor foreground to Pt
 Ps = 13	Change colour of mouse foreground to Pt
 Ps = 17	Change background colour of highlight characters to Pt
 Ps = 19	Change foreground colour of highlight characters to Pt
-Ps = 20	Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile afterimage or pixbuf).
+Ps = 20	Change background pixmap parameters (see section BACKGROUND IMAGE) (Compile pixbuf).
 Ps = 39	Change default foreground colour to Pt. [deprecated, use 10]
 Ps = 46	Change Log File to Pt unimplemented
 Ps = 49	Change default background colour to Pt. [deprecated, use 11]
@@ -2542,17 +2542,6 @@ option requires \-\-enable\-utmp to also be specified.
 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\-afterimage (default: off)" 4
-.IX Item "--enable-afterimage (default: off)"
-Add support for libAfterImage to be used for background
-images. It adds support for many file formats including \s-1JPG\s0, \s-1PNG\s0,
-\&\s-1SVG\s0, \s-1TIFF\s0, \s-1GIF\s0, \s-1XPM\s0, \s-1BMP\s0, \s-1ICO\s0, \s-1XCF\s0, \s-1TGA\s0 and AfterStep image \s-1XML\s0
-(<http://www.afterstep.org/visualdoc.php?show=asimagexml>).
-.Sp
-Note that with this option enabled, @@RXVT_NAME@@'s memory footprint might
-increase by a few megabytes even if no extra features are used (mostly due
-to third-party libraries used by libAI). Memory footprint may somewhat be
-lowered if libAfterImage is configured without support for \s-1SVG\s0.
 .IP "\-\-enable\-pixbuf (default: on)" 4
 .IX Item "--enable-pixbuf (default: on)"
 Add support for GDK-PixBuf to be used for background images.
@@ -2565,7 +2554,7 @@ to display some kind of progress indicator during startup.
 .IP "\-\-enable\-transparency (default: on)" 4
 .IX Item "--enable-transparency (default: on)"
 Add support for using the root pixmap as background to simulate transparency.
-Note that blur and blend effects depend on libAfterImage or on
+Note that blur and blend effects depend on
 libXrender and on the availability of the \s-1RENDER\s0 extension in the X
 server.
 .IP "\-\-enable\-fading (default: on)" 4
@@ -2697,9 +2686,6 @@ and consequently sets \f(CW\*(C`TERM\*(C'\fR to \f(CW\*(C`rxvt\-unicode\-256colo
 .Sp
 It also results in higher memory usage and can slow down @@RXVT_NAME@@
 dramatically when more than six fonts are in use by a terminal instance.
-.IP "\-\-with\-afterimage\-config=DIR" 4
-.IX Item "--with-afterimage-config=DIR"
-Look for the libAfterImage config script in \s-1DIR\s0.
 .IP "\-\-with\-name=NAME (default: urxvt)" 4
 .IX Item "--with-name=NAME (default: urxvt)"
 Set the basename for the installed binaries, resulting
diff --git a/src/Makefile.in b/src/Makefile.in

index ee3d95634a6daad5eea4e34963ba7c5aef8cfd86..

index ..64b9dd2a5a13b7bbfed43c1d061f2fa83f51ae21 100644

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -123,23 +123,24 @@ depend:
 # DO NOT DELETE: nice dependency list follows

 background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-background.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
-background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-background.o: optinc.h
-command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-command.o: ../libev/ev.h callback.h scrollbar.h salloc.h
-command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
-command.o: version.h command.h keyboard.h
-encoding.o: ../config.h encoding.h rxvtutil.h ../libecb/ecb.h
-encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
-encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
-encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
-encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
-encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h
-encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h
-encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h
+background.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
+background.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
+background.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h rxvtperl.h
+background.o: hookinc.h rsinc.h optinc.h
+command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+command.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
+command.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
+command.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+command.o: optinc.h version.h command.h keyboard.h
+encoding.o: ../config.h encoding.h rxvtutil.h ../libev/ecb.h
+encoding.o: ../libptytty/src/estl.h table/iso8859_1.h table/iso8859_15.h
+encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
+encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
+encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
+encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
+encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
+encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
+encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
 encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
 encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
 encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
@@ -151,93 +152,94 @@ ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
 ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
 fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
 fdpass_wrapper.o: ../libptytty/src/libptytty.h
-init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-init.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+init.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
+init.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
 init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
 init.o: init.h keyboard.h
-keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
-keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-keyboard.o: optinc.h keyboard.h
-main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-main.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+keyboard.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
+keyboard.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
+keyboard.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
+keyboard.o: rsinc.h optinc.h keyboard.h
+main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+main.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
+main.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
 main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
 main.o: init.h keyboard.h
-misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+misc.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
+misc.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
 misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
 ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-ptytty_wrapper.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
-ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
-ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
-ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C
+ptytty_wrapper.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+ptytty_wrapper.o: rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
+ptytty_wrapper.o: callback.h scrollbar.h salloc.h
+ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C
 ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
 ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+rxvt.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
+rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
 rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
-rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
-rxvtc.o: ../libptytty/src/libptytty.h
-rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h
-rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
-rxvtd.o: rxvtdaemon.h
-rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
-rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-rxvtfont.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
-rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-rxvtfont.o: optinc.h table/linedraw.h
-rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
-rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h rxvtfont.h
-rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h
-rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h
+rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libev/ecb.h
+rxvtc.o: ../libptytty/src/estl.h ../libptytty/src/libptytty.h
+rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+rxvtd.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
+rxvtd.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
+rxvtd.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+rxvtd.o: optinc.h rxvtdaemon.h
+rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libev/ecb.h ../libptytty/src/estl.h
+rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+rxvtfont.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
+rxvtfont.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
+rxvtfont.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
+rxvtfont.o: rsinc.h optinc.h table/linedraw.h
 rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-rxvttoolkit.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
+rxvttoolkit.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
+rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h
 rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
 rxvttoolkit.o: optinc.h
-rxvtutil.o: rxvtutil.h ../libecb/ecb.h
+rxvtutil.o: rxvtutil.h ../libev/ecb.h ../libptytty/src/estl.h
 salloc.o: salloc.h
-screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
-screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
-screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h
-screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
-screen.o: salloc.C
+screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h
+screen.o: ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h ev_cpp.h
+screen.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
+screen.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+screen.o: optinc.h salloc.C
 scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-scrollbar-next.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
-scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
-scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
-scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h
+scrollbar-next.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+scrollbar-next.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
+scrollbar-next.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+scrollbar-next.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar-next.o: optinc.h
 scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-scrollbar-plain.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
-scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
-scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
-scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h
+scrollbar-plain.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+scrollbar-plain.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
+scrollbar-plain.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+scrollbar-plain.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar-plain.o: optinc.h
 scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-scrollbar-rxvt.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
-scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
-scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
-scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h
+scrollbar-rxvt.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+scrollbar-rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
+scrollbar-rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+scrollbar-rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar-rxvt.o: optinc.h
 scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-scrollbar-xterm.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
-scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
-scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
-scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h
+scrollbar-xterm.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h
+scrollbar-xterm.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
+scrollbar-xterm.o: ../libev/ev.h callback.h scrollbar.h salloc.h
+scrollbar-xterm.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
+scrollbar-xterm.o: optinc.h
 scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-scrollbar.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
-scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-scrollbar.o: optinc.h
+scrollbar.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
+scrollbar.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
+scrollbar.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h rxvtperl.h
+scrollbar.o: hookinc.h rsinc.h optinc.h
 xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
-xdefaults.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
-xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
-xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
-xdefaults.o: optinc.h version.h keyboard.h
+xdefaults.o: ../libev/ecb.h ../libptytty/src/estl.h rxvtfont.h rxvttoolkit.h
+xdefaults.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h
+xdefaults.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h rxvtperl.h
+xdefaults.o: hookinc.h rsinc.h optinc.h version.h keyboard.h

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 09:28:39 2024