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
commit9cc096e3f7deb6f10512e30da3e589eed927fdd5 (patch)
tree2430275cd7bece15c853a71af9fb64267d4476a0 /include/Scintilla.h
parent3b23e66a4f754a935f308a5c41a2f08f2968d5c3 (diff)
downloadscintilla-mirror-9cc096e3f7deb6f10512e30da3e589eed927fdd5.tar.gz
Backport: Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.
Backport of changeset 7248:aba09a1c7c63.
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 298103cea..9a7ddb1b3 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -829,6 +829,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