aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-27 01:58:57 +0000
committernyamatongwe <unknown>2009-05-27 01:58:57 +0000
commit848a31eaa6cb9de3ef52320d1e02796d22e7bdcb (patch)
treeb61bc5ebffbd3ceae7652795bf0e6a845e669050 /include/Scintilla.h
parent27042b42199acb91f9f1c34aab6e98924f408a64 (diff)
downloadscintilla-mirror-848a31eaa6cb9de3ef52320d1e02796d22e7bdcb.tar.gz
Added SC_MARK_UNDERLINE from Stephan Deibel.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d3dd18b87..2cbecfb67 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -120,6 +120,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_FULLRECT 26
#define SC_MARK_LEFTRECT 27
#define SC_MARK_AVAILABLE 28
+#define SC_MARK_UNDERLINE 29
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26