diff options
author | nyamatongwe <devnull@localhost> | 2001-03-31 10:35:47 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-03-31 10:35:47 +0000 |
commit | c1505c5abb1e1135e5b496aa097f632caa2527cc (patch) | |
tree | f2922d4c74654d2ae7a23954a923d03b696bafbc /src/Editor.h | |
parent | 1150283816a23b066b34406a7d03e42dc328830d (diff) | |
download | scintilla-mirror-c1505c5abb1e1135e5b496aa097f632caa2527cc.tar.gz |
Added caret line feature.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
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]; |