check for Xinitscr in pdcurses and define XCURSES if available

This commit is contained in:
Andrzej Rybczak
2009-03-26 12:10:04 +01:00
parent 48f3361e2d
commit cbc452fde5
3 changed files with 5 additions and 6 deletions

View File

@@ -25,10 +25,6 @@
#include <config.h>
#endif
#if !defined(WIN32) && defined(USE_PDCURSES)
# define XCURSES
#endif // !WIND32 && USE_PDCURSES
#include "curses.h"
#include <stack>