From 08b7ba9c6804232efe62a7cb970013548318417f Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Tue, 5 Feb 2019 09:02:14 +1100 Subject: Backport: Feature [feature-requests:#1217]. Change API so block just for overstrike. Backport of changeset 7249:06b6a93d8e3f. --- include/Scintilla.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 9a7ddb1b3..cb3259842 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -829,7 +829,9 @@ 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 CARETSTYLE_OVERSTRIKE_BAR 0 +#define CARETSTYLE_OVERSTRIKE_BLOCK 16 +#define CARETSTYLE_INS_MASK 0xF #define SCI_SETCARETSTYLE 2512 #define SCI_GETCARETSTYLE 2513 #define SCI_SETINDICATORCURRENT 2500 -- cgit v1.2.3