diff options
author | nyamatongwe <devnull@localhost> | 2011-06-02 17:13:04 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-06-02 17:13:04 +1000 |
commit | 28011e7051767bdc672851404dd6a01e7af05a2d (patch) | |
tree | 9b8252ae7b9573444de74d9a96146f2b687e8a3c /include/Scintilla.h | |
parent | f7061a7293606238642bf995568479202d7c5bd5 (diff) | |
download | scintilla-mirror-28011e7051767bdc672851404dd6a01e7af05a2d.tar.gz |
Added new indicators: dashed and dotted underlines.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index f1c4fa99f..54fcb3f38 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -248,6 +248,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define INDIC_BOX 6 #define INDIC_ROUNDBOX 7 #define INDIC_STRAIGHTBOX 8 +#define INDIC_DASH 9 +#define INDIC_DOTS 10 #define INDIC_MAX 31 #define INDIC_CONTAINER 8 #define INDIC0_MASK 0x20 |