aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Choi2002-08-27 18:49:52 +0000
committerAndrew Choi2002-08-27 18:49:52 +0000
commitad8d730cf483d8cc02eb19d0d7ee166d77856c20 (patch)
tree73ef1a6c211f312b625eeb84cadf7d326fd628c3
parentadd896768b3d5b4d945b6e3584906413717ab675 (diff)
downloademacs-ad8d730cf483d8cc02eb19d0d7ee166d77856c20.tar.gz
emacs-ad8d730cf483d8cc02eb19d0d7ee166d77856c20.zip
2002-08-27 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/darwin.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a7cf4bc506..57447e81fdd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-08-27 Andrew Choi <akochoi@shaw.ca>
2
3 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
4
12002-08-27 Richard M. Stallman <rms@gnu.org> 52002-08-27 Richard M. Stallman <rms@gnu.org>
2 6
3 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and 7 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 7f5191a26d8..b5a358549da 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -262,6 +262,9 @@ Boston, MA 02111-1307, USA. */
262 option to use it. */ 262 option to use it. */
263#ifdef HAVE_LIBNCURSES 263#ifdef HAVE_LIBNCURSES
264#define LIBS_TERMCAP -lncurses 264#define LIBS_TERMCAP -lncurses
265/* This prevents crashes when running Emacs in Terminal.app under
266 10.2. */
267#define TERMINFO
265#endif 268#endif
266 269
267/* Link this program just by running cc. */ 270/* Link this program just by running cc. */