Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#454414: zsh-beta: missing terminfo module
- X-seq: zsh-workers 24173
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#454414: zsh-beta: missing terminfo module
- Date: Thu, 6 Dec 2007 22:07:19 -0500
- In-reply-to: <20071207024514.GA31863@xxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071205085856.7844.56170.reportbug@localhost> <20071205145257.GA22893@xxxxxxxxxxx> <20071207000804.GA25341@xxxxxxxxxxx> <20071207024514.GA31863@xxxxxxxxxxx>
On Thu, Dec 06, 2007 at 09:45:14PM -0500, Clint Adams wrote:
> That didn't seem to fix it and neither will this.
This is not my month.
Index: Src/Modules/terminfo.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/terminfo.c,v
retrieving revision 1.32
diff -u -r1.32 terminfo.c
--- Src/Modules/terminfo.c 7 Dec 2007 00:11:45 -0000 1.32
+++ Src/Modules/terminfo.c 7 Dec 2007 03:03:10 -0000
@@ -30,7 +30,7 @@
#define USES_TERM_H 1
#include "terminfo.mdh"
-#if defined(HAVE_TIGETFLAG) && (defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H) || defined(NCURSESW_NCURSES_H))
+#if defined(HAVE_TIGETFLAG) && (defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H) || defined(HAVE_NCURSESW_NCURSES_H))
# define USE_TERMINFO_MODULE 1
#else
# undef USE_TERMINFO_MODULE
Messages sorted by:
Reverse Date,
Date,
Thread,
Author