From: Bruno Haible Date: Tue, 19 Dec 2006 20:03:39 +0000 (+0000) Subject: Use terminfo instead of termcap. X-Git-Tag: v0.17~555 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bddedcc1179f3673f35a51a5f0cf8d00f7346d4;p=thirdparty%2Fgettext.git Use terminfo instead of termcap. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index bb7f30c04..e556282f8 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2006-12-19 Bruno Haible + + * lib/term-ostream.oo.c: Include terminfo.h instead of termcap.h. + * modules/term-ostream (Depends-on): Add terminfo-h, remove termcap-h. + 2006-12-19 Bruno Haible * lib/terminfo.h: New file. diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c index 7b98b88a8..657a47964 100644 --- a/gnulib-local/lib/term-ostream.oo.c +++ b/gnulib-local/lib/term-ostream.oo.c @@ -33,7 +33,7 @@ #include "fatal-signal.h" #include "full-write.h" #include "sigprocmask.h" -#include "termcap.h" +#include "terminfo.h" #include "xalloc.h" #include "xsize.h" #include "gettext.h" diff --git a/gnulib-local/modules/term-ostream b/gnulib-local/modules/term-ostream index fac755633..4420373cb 100644 --- a/gnulib-local/modules/term-ostream +++ b/gnulib-local/modules/term-ostream @@ -14,7 +14,7 @@ fatal-signal sigprocmask full-write gettext-h -termcap-h +terminfo-h xalloc xsize