aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-03-31 10:35:47 +0000
committernyamatongwe <devnull@localhost>2001-03-31 10:35:47 +0000
commitc1505c5abb1e1135e5b496aa097f632caa2527cc (patch)
treef2922d4c74654d2ae7a23954a923d03b696bafbc /src/Editor.h
parent1150283816a23b066b34406a7d03e42dc328830d (diff)
downloadscintilla-mirror-c1505c5abb1e1135e5b496aa097f632caa2527cc.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];