diff options
Diffstat (limited to 'src/LYUtils.c')
-rw-r--r-- | src/LYUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYUtils.c b/src/LYUtils.c index 7b652d1d..6dbf737f 100644 --- a/src/LYUtils.c +++ b/src/LYUtils.c @@ -2300,14 +2300,14 @@ PUBLIC int HTCheckForInterrupt NOARGS #endif /* USE_SLANG */ #endif /* !_WINDOWS */ -#if defined (DOSPATH) && defined (NCURSES) +#if defined(PDCURSES) nodelay(stdscr,TRUE); #endif /* DOSPATH */ /* * 'c' contains whatever character we're able to read from keyboard */ c = LYgetch(); -#if defined (DOSPATH) && defined (NCURSES) +#if defined(PDCURSES) nodelay(stdscr,FALSE); #endif /* DOSPATH */ |