diff options
author | nyamatongwe <devnull@localhost> | 2001-09-07 08:01:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-09-07 08:01:30 +0000 |
commit | 9179b488c0aacb3a624142dd9a3b2c7a7efe1569 (patch) | |
tree | ff44f1a8ea2ef437516aafcf704e5d24cf096f8e /include/Scintilla.h | |
parent | 912e86ac5b4c2d049805861f34934d73702c9e01 (diff) | |
download | scintilla-mirror-9179b488c0aacb3a624142dd9a3b2c7a7efe1569.tar.gz |
Marker can be any character.
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 285f81a96..9d5edb70a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -99,6 +99,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_MARK_CIRCLEPLUSCONNECTED 19 #define SC_MARK_CIRCLEMINUS 20 #define SC_MARK_CIRCLEMINUSCONNECTED 21 +#define SC_MARK_CHARACTER 10000 #define SC_MARKNUM_FOLDEREND 25 #define SC_MARKNUM_FOLDEROPENMID 26 #define SC_MARKNUM_FOLDERMIDTAIL 27 |