tags 472063 + patch thanks Samuel Thibault, le Sat 22 Mar 2008 13:16:07 +0000, a écrit : > Samuel Thibault, le Sat 22 Mar 2008 13:08:42 +0000, a écrit : > > Oh actually it works in xterm. The problem is in rxvt, but it used to > > work in rxvt too before. > > I looks like this is because the HAVE_TERM_H code was dropped, I'll se > with upstream.
Ah, no, that's actually a debian patch which lost its effect because of missing HAVE_TERM_H definition in config.h.in, attached is a patch. However, for that to work, libncurses _is_ needed, so debian/patches/050_dont_link_libcurses should be dropped. Samuel
--- src/headers/config.h.in.orig 2008-03-22 13:27:37.000000000 +0000 +++ src/headers/config.h.in 2008-03-22 13:27:49.000000000 +0000 @@ -81,6 +81,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the <term.h> header file. */ +#undef HAVE_TERM_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H

