aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-10-26 23:09:50 +1100
committerNeil <nyamatongwe@gmail.com>2016-10-26 23:09:50 +1100
commit065668992566910aef274b995d8f861906d514a9 (patch)
tree68c245a6630c79a41df63b8ad03bc92801169d29 /include/Scintilla.h
parentdbef8326ee583d3ad79941d629b4314f359765c1 (diff)
downloadscintilla-mirror-065668992566910aef274b995d8f861906d514a9.tar.gz
INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrows
underneath positions or characters.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 9fd519f6d..dd643e9ea 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -287,6 +287,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define INDIC_COMPOSITIONTHIN 15
#define INDIC_FULLBOX 16
#define INDIC_TEXTFORE 17
+#define INDIC_POINT 18
+#define INDIC_POINTCHARACTER 19
#define INDIC_IME 32
#define INDIC_IME_MAX 35
#define INDIC_MAX 35