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