1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00

Use termcap.h.

This commit is contained in:
Dave Love 1999-08-18 13:25:45 +00:00
parent 8bf4cd99cd
commit 84394d4482

View File

@ -25,6 +25,10 @@ Boston, MA 02111-1307, USA. */
#include "cm.h"
#include "termhooks.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
use about 2000.... */