aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-03-31 10:35:47 +0000
committernyamatongwe <unknown>2001-03-31 10:35:47 +0000
commit53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e (patch)
treef2922d4c74654d2ae7a23954a923d03b696bafbc /src/Editor.h
parent939b30d442e44a8ceced6e5d847218e109a4962c (diff)
downloadscintilla-mirror-53cbfcdfafd9d6993f0d0bb2eef55d5ca21bd60e.tar.gz
Added caret line feature.
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 73d15e340..cf3996ffa 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -42,6 +42,7 @@ public:
bool highlightColumn;
int selStart;
int selEnd;
+ bool containsCaret;
int edgeColumn;
char chars[maxLineLength+1];
char styles[maxLineLength+1];