aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-02-02 10:26:58 +1100
committerZufu Liu <unknown>2019-02-02 10:26:58 +1100
commitdceb72247c99932399784780437344934260b11d (patch)
tree2055803a2051ea9d4ba752707becad0b78d131eb /include/Scintilla.iface
parent3272cf2d93f0beb2eed50f85fe115fa101f4de08 (diff)
downloadscintilla-mirror-dceb72247c99932399784780437344934260b11d.tar.gz
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9986f4c2c..13ba1cbef 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2171,6 +2171,7 @@ enu CaretStyle=CARETSTYLE_
val CARETSTYLE_INVISIBLE=0
val CARETSTYLE_LINE=1
val CARETSTYLE_BLOCK=2
+val CARETSTYLE_BLOCK_ALWAYS=3
# Set the style of the caret to be drawn.
set void SetCaretStyle=2512(int caretStyle,)