diff options
author | nyamatongwe <devnull@localhost> | 2013-04-16 13:49:03 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-04-16 13:49:03 +1000 |
commit | f17c785c236648e3370efc1006b81f2b73946ce0 (patch) | |
tree | 5833c5c8dbf24af12f9b98cea373f94a4d72d83d /include/Scintilla.h | |
parent | b2a885541dcc4466851bea72f1e42993d3db48e1 (diff) | |
download | scintilla-mirror-f17c785c236648e3370efc1006b81f2b73946ce0.tar.gz |
Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an
appearance used for Asian language input composition.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 490cd3bf6..b175fc80f 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -264,6 +264,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_SQUIGGLELOW 11 #define INDIC_DOTBOX 12 #define INDIC_SQUIGGLEPIXMAP 13 +#define INDIC_COMPOSITIONTHICK 14 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |