aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-02 17:13:04 +1000
committernyamatongwe <devnull@localhost>2011-06-02 17:13:04 +1000
commit28011e7051767bdc672851404dd6a01e7af05a2d (patch)
tree9b8252ae7b9573444de74d9a96146f2b687e8a3c /include/Scintilla.h
parentf7061a7293606238642bf995568479202d7c5bd5 (diff)
downloadscintilla-mirror-28011e7051767bdc672851404dd6a01e7af05a2d.tar.gz
Added new indicators: dashed and dotted underlines.
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 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