comparison src/dispnew.c @ 29437:979a75b2755b

Conditionally include term.h.
author Dave Love <fx@gnu.org>
date Mon, 05 Jun 2000 14:22:26 +0000
parents 5ccfe8a1638f
children 5d67ef29764b
comparison
equal deleted inserted replaced
29436:d0b424336374 29437:979a75b2755b
98 #ifndef PENDING_OUTPUT_COUNT 98 #ifndef PENDING_OUTPUT_COUNT
99 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base) 99 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)
100 #endif 100 #endif
101 #endif /* not __GNU_LIBRARY__ */ 101 #endif /* not __GNU_LIBRARY__ */
102 102
103 #if defined (LINUX) && defined (HAVE_LIBNCURSES)
104 #include <term.h> /* for tgetent */
105 #endif
103 106
104 /* Structure to pass dimensions around. Used for character bounding 107 /* Structure to pass dimensions around. Used for character bounding
105 boxes, glyph matrix dimensions and alike. */ 108 boxes, glyph matrix dimensions and alike. */
106 109
107 struct dim 110 struct dim