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
46d1b2bc
Commit
46d1b2bc
authored
Jun 25, 2000
by
Dave Love
Browse files
[!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
parent
4a1ec213
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/term.c
src/term.c
+5
-0
No files found.
src/term.c
View file @
46d1b2bc
...
...
@@ -40,6 +40,11 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#else
extern
void
tputs
P_
((
const
char
*
,
int
,
int
(
*
)(
int
)));
extern
int
tgetent
P_
((
char
*
,
const
char
*
));
extern
int
tgetflag
P_
((
char
*
id
));
extern
int
tgetnum
P_
((
char
*
id
));
#endif
#include "cm.h"
...
...
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