diff src/s/darwin.h @ 47063:e239d6c210ed

2002-08-27 Andrew Choi <akochoi@shaw.ca> * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 27 Aug 2002 18:49:52 +0000
parents f6d6e1b3e7b7
children b696e2bae8da
line wrap: on
line diff
--- a/src/s/darwin.h	Tue Aug 27 18:49:11 2002 +0000
+++ b/src/s/darwin.h	Tue Aug 27 18:49:52 2002 +0000
@@ -262,6 +262,9 @@
    option to use it.  */
 #ifdef HAVE_LIBNCURSES
 #define LIBS_TERMCAP -lncurses
+/* This prevents crashes when running Emacs in Terminal.app under
+   10.2.  */
+#define TERMINFO
 #endif
 
 /* Link this program just by running cc.  */