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

@@ -16,6 +16,7 @@
#include "cursesd.h"
static int32_t endwinflag;
WINDOW *stdscr;
WINDOW *newwin(int32_t nlines,int32_t ncols,int32_t begin_y,int32_t begin_x)
{