Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#454414: zsh-beta: missing terminfo module



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