From 3abacf188f611b460ad08818e2339c77f3ad85a5 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 19 Nov 2014 13:48:37 +1100 Subject: Platform overrides for some drawing and behaviour to benefit PLAT_CURSES. From Mitchell Foral. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index a1f39e7c8..27a2469aa 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -203,6 +203,7 @@ protected: // ScintillaBase subclass needs access to much of Editor Point lastClick; unsigned int lastClickTime; + Point doubleClickCloseThreshold; int dwellDelay; int ticksToDwell; bool dwelling; -- cgit v1.2.3