aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-21 12:17:23 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-21 12:17:23 -0400
commit215797f4739bb151317b0c4eb7899d346a35e3de (patch)
tree06571a7d0cacff593c87cd4374f5ed2d4df84652 /src/textadept.c
parent8c15025f84085cdabaa4b93081a5d7f6096be071 (diff)
Updated Scintilla LongTerm3 branch reference to include many backports from 4.x.
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textadept.c b/src/textadept.c
index 05891890..e077e983 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -89,6 +89,8 @@ typedef GtkWidget Scintilla;
if (pipe && thread) \
TerminateThread(thread, 0), CloseHandle(thread), CloseHandle(pipe);
#endif
+#elif CURSES
+typedef void Scintilla;
#endif
// Lua definitions and macros.