Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion supp.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ extern int tgetnum P((const char *));

#ifdef MORE_TERMINFO

#ifdef PLAIN_CURSES
#include <curses.h>
#else
#include <cursesX.h>
#endif
#include <term.h>
extern void setupterm P((const char *, int, int));
extern int setupterm P((const char *, int, int *));

#else /* ! MORE_TERMINFO */

Expand Down