From dceb72247c99932399784780437344934260b11d Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 2 Feb 2019 10:26:58 +1100 Subject: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3