This commit is contained in:
jl777
2019-02-16 02:08:09 -11:00
parent eb2e0928c0
commit 4c2dfcbc8e

View File

@@ -36,19 +36,14 @@
#include <sys/stat.h>
#include <errno.h>
#ifdef notyet
struct cursesd_info
{
uint8_t screen[LINES][COLS];
} *stdscr;
typedef struct cursesd_info WINDOW;
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
WINDOW *initscr(void);
int endwin(void);
int isendwin(void);
@@ -72,6 +67,16 @@ int wclrtobot(WINDOW *win);
int clrtoeol(void);
int wclrtoeol(WINDOW *win);
#endif
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define standout()
#define standend()
#define refresh()