aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-03-25 10:49:07 +0000
committernyamatongwe <unknown>2005-03-25 10:49:07 +0000
commit0850525585a84cd22010b7dcf5579e37e940a9aa (patch)
tree25825959ca1d40fb05d18fe0895d58b7ae397da4 /src/Editor.h
parent0e6ce8f70592a081f2a61193b45e6e51a5aa71e7 (diff)
downloadscintilla-mirror-0850525585a84cd22010b7dcf5579e37e940a9aa.tar.gz
Patch from Franck Marcia implements sticky caret.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
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;