This commit is contained in:
jl777
2019-02-16 01:34:23 -11:00
parent 2fc5f85f0f
commit 9da6a5c5d0

View File

@@ -13,10 +13,10 @@
* * * *
******************************************************************************/ ******************************************************************************/
#include "cursesd.h" /*#include "cursesd.h"
WINDOW *initscr() WINDOW *initscr()
{ {
if ( stdscr == 0 ) if ( stdscr == 0 )
stdscr = (WINDOW)calloc(1,sizeof(*stdscr)); stdscr = (WINDOW)calloc(1,sizeof(*stdscr));
} }*/