diff options
author | Andrew Choi <akochoi@shaw.ca> | 2002-08-27 18:49:52 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2002-08-27 18:49:52 +0000 |
commit | ad8d730cf483d8cc02eb19d0d7ee166d77856c20 (patch) | |
tree | 73ef1a6c211f312b625eeb84cadf7d326fd628c3 /src/s/darwin.h | |
parent | add896768b3d5b4d945b6e3584906413717ab675 (diff) | |
download | emacs-ad8d730cf483d8cc02eb19d0d7ee166d77856c20.tar.gz |
2002-08-27 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r-- | src/s/darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ 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. */ |