From b74d888e9d72a7a61295dccfee1f07465f5be867 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 24 Jul 2012 15:29:48 +1000 Subject: Add ncurses platform. Rest of the implementation is an external project. From Mitchell Foral. --- include/Platform.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 1b5dfbe3d..70a9cccb3 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -22,6 +22,7 @@ #define PLAT_WX 0 #define PLAT_QT 0 #define PLAT_FOX 0 +#define PLAT_NCURSES 0 #if defined(FOX) #undef PLAT_FOX @@ -31,6 +32,10 @@ #undef PLAT_WX #define PLAT_WX 1 +#elif defined(NCURSES) +#undef PLAT_NCURSES +#define PLAT_NCURSES 1 + #elif defined(SCINTILLA_QT) #undef PLAT_QT #define PLAT_QT 1 -- cgit v1.2.3