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
a0897490
Commit
a0897490
authored
Jun 23, 2000
by
Dave Love
Browse files
Maybe include term.h.
parent
48d4b120
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/cm.c
src/cm.c
+4
-0
No files found.
src/cm.c
View file @
a0897490
...
...
@@ -27,6 +27,10 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#else
#ifdef HAVE_TERM_H
#include <term.h>
#endif
#endif
#define BIG 9999
/* 9999 good on VAXen. For 16 bit machines
...
...
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