aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-07-24 15:29:48 +1000
committernyamatongwe <devnull@localhost>2012-07-24 15:29:48 +1000
commit6728875a9748d11ca2fb92ad36a2e640b03aed38 (patch)
tree2a8bc6dbfd6213e0f292744e1cc52675ef4303fe /include/Platform.h
parent28a6b6543584a15ce128408ed523b88c8b588394 (diff)
downloadscintilla-mirror-6728875a9748d11ca2fb92ad36a2e640b03aed38.tar.gz
Add ncurses platform. Rest of the implementation is an external project.
From Mitchell Foral.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h5
1 files changed, 5 insertions, 0 deletions
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