aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-07-24 12:54:03 +1000
committerNeil <nyamatongwe@gmail.com>2014-07-24 12:54:03 +1000
commit7afb5fb389fe0c59e6952e1f5b6861105fab3bad (patch)
treec442c43737c8d77ce966c18424ad15da0fc72664 /src/EditView.h
parentd5e666a8e7f6297a9838793611086b048d04fd58 (diff)
downloadscintilla-mirror-7afb5fb389fe0c59e6952e1f5b6861105fab3bad.tar.gz
Using separate variable imeCaretBlockOverride for IME mode instead of changing
caretStyle as there could be confusion if the container changes caret style.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditView.h b/src/EditView.h
index ea59ac03a..7d64aff90 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -68,6 +68,8 @@ public:
bool additionalCaretsBlink;
bool additionalCaretsVisible;
+ bool imeCaretBlockOverride;
+
Surface *pixmapLine;
Surface *pixmapIndentGuide;
Surface *pixmapIndentGuideHighlight;