add support for pdcurses

This commit is contained in:
Andrzej Rybczak
2009-03-25 17:47:10 +01:00
parent f24db993aa
commit 1b22f307ea
5 changed files with 67 additions and 21 deletions

View File

@@ -25,7 +25,11 @@
#include <config.h>
#endif
#include "ncurses.h"
#ifdef USE_PDCURSES
# define XCURSES
#endif
#include "curses.h"
#include <stack>
#include <vector>
@@ -55,7 +59,7 @@ namespace NCurses
typedef void (*GetStringHelper)(const std::wstring &);
void InitScreen(bool);
void InitScreen(const char *, bool);
void DestroyScreen();
struct Colors