aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
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.h
parent3272cf2d93f0beb2eed50f85fe115fa101f4de08 (diff)
downloadscintilla-mirror-dceb72247c99932399784780437344934260b11d.tar.gz
Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index ea8654ce8..8128c55a1 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -827,6 +827,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define CARETSTYLE_INVISIBLE 0
#define CARETSTYLE_LINE 1
#define CARETSTYLE_BLOCK 2
+#define CARETSTYLE_BLOCK_ALWAYS 3
#define SCI_SETCARETSTYLE 2512
#define SCI_GETCARETSTYLE 2513
#define SCI_SETINDICATORCURRENT 2500