aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-02-05 09:02:14 +1100
committerZufu Liu <unknown>2019-02-05 09:02:14 +1100
commit1469ac92b931c4e43046964116fcc4a0ae73100c (patch)
tree2f838871632d3accae0474302a436967992beaaa /include/Scintilla.h
parentdceb72247c99932399784780437344934260b11d (diff)
downloadscintilla-mirror-1469ac92b931c4e43046964116fcc4a0ae73100c.tar.gz
Feature [feature-requests:#1217]. Change API so block just for overstrike.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 8128c55a1..dc0a73b7e 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -827,7 +827,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