Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa0ec9f4
Commit
fa0ec9f4
authored
Jun 05, 2000
by
Dave Love
Browse files
Conditionally include term.h.
parent
f3cc1261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/dispnew.c
src/dispnew.c
+3
-0
No files found.
src/dispnew.c
View file @
fa0ec9f4
...
...
@@ -100,6 +100,9 @@ Boston, MA 02111-1307, USA. */
#endif
#endif
/* not __GNU_LIBRARY__ */
#if defined (LINUX) && defined (HAVE_LIBNCURSES)
#include <term.h>
/* for tgetent */
#endif
/* Structure to pass dimensions around. Used for character bounding
boxes, glyph matrix dimensions and alike. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment