fix compile errors

This commit is contained in:
ruki
2019-01-18 00:10:45 +08:00
parent 57044bcfc1
commit 438ea8ea2f

View File

@@ -675,8 +675,9 @@ static int lc_initscr(lua_State *L)
return 0; return 0;
#if defined(NCURSES_VERSION) #if defined(NCURSES_VERSION)
/* acomodate this value for cui keyboard handling */ /* acomodate this value for ltui keyboard handling */
ESCDELAY = 0; //ESCDELAY = 0;
set_escdelay(0);
#endif #endif
/* return stdscr - main window */ /* return stdscr - main window */