From bc1f05e523b4ec0c6f087c550312e7150ab46b35 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 25 Mar 2005 10:49:07 +0000 Subject: Patch from Franck Marcia implements sticky caret. --- 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 76e79e7e7..ab80a21c4 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -218,6 +218,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int scrollWidth; bool verticalScrollBarVisible; bool endAtLastLine; + bool caretSticky; Surface *pixmapLine; Surface *pixmapSelMargin; -- cgit v1.2.3