This commit is contained in:
jl777
2019-02-17 00:58:04 -11:00
parent 413b477db0
commit bc1fc144ae
3 changed files with 3 additions and 6 deletions

View File

@@ -40,7 +40,8 @@ struct cursesd_info
{
uint8_t screen[LINES][COLS];
int32_t x,y;
} *stdscr;
};
extern WINDOW *stdscr;
typedef struct cursesd_info WINDOW;
typedef char chtype;