diff options
Diffstat (limited to 'ui-curses.c')
| -rw-r--r-- | ui-curses.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui-curses.c b/ui-curses.c index 3cab014..3d144c0 100644 --- a/ui-curses.c +++ b/ui-curses.c @@ -21,6 +21,13 @@ # define MAX_COLOR_PAIRS COLOR_PAIRS #endif +#ifdef PDCURSES +int ESCDELAY; +#endif +#ifndef NCURSES_REENTRANT +# define set_escdelay(d) (ESCDELAY = (d)) +#endif + #if 0 #define wresize(win, y, x) do { \ if (wresize(win, y, x) == ERR) { \ |
