aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-08-07 05:49:19 +0000
committernyamatongwe <unknown>2002-08-07 05:49:19 +0000
commitc324b5001d38f6dc7a0c6a31a5f13f2d74bdf7a2 (patch)
tree818e7f8c335079cf477dc5580822fd1c4061184e /include/Scintilla.h
parent23406f04b855445f4e2e981b583eac10c886f388 (diff)
downloadscintilla-mirror-c324b5001d38f6dc7a0c6a31a5f13f2d74bdf7a2.tar.gz
New markers called DOTDOTDOT and ARROWS for emulating Python prompts.
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 0e0fad265..30fcf50fc 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -109,6 +109,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SC_MARK_CIRCLEMINUS 20
#define SC_MARK_CIRCLEMINUSCONNECTED 21
#define SC_MARK_BACKGROUND 22
+#define SC_MARK_DOTDOTDOT 23
+#define SC_MARK_ARROWS 24
#define SC_MARK_CHARACTER 10000
#define SC_MARKNUM_FOLDEREND 25
#define SC_MARKNUM_FOLDEROPENMID 26