fix compile errors
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user