aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
commitec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 (patch)
tree3e465bb700187ef104363c31525a73a4147c0edb /src/textadept.c
parentf82726891b4cd2f323ce882e5aa6d71227dda887 (diff)
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textadept.c b/src/textadept.c
index 00c080a8..0b325dbd 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -52,7 +52,7 @@
#if GTK
#include "ScintillaWidget.h"
#elif CURSES
-#include "ScintillaTerm.h"
+#include "ScintillaCurses.h"
#include "cdk_int.h"
#include "termkey.h"
#endif