aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-08-07 05:49:19 +0000
committernyamatongwe <devnull@localhost>2002-08-07 05:49:19 +0000
commit93b75f55d31db550d8c8af1d63fc53a04b0d21e2 (patch)
tree818e7f8c335079cf477dc5580822fd1c4061184e /include/Scintilla.iface
parent6d7c30812d97f74a1eb5ffab91561d395ee0f2bf (diff)
downloadscintilla-mirror-93b75f55d31db550d8c8af1d63fc53a04b0d21e2.tar.gz
New markers called DOTDOTDOT and ARROWS for emulating Python prompts.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index f31cd7806..776fe8f2b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -258,6 +258,8 @@ val SC_MARK_CIRCLEMINUSCONNECTED=21
# Invisible mark that only sets the line background color.
val SC_MARK_BACKGROUND=22
+val SC_MARK_DOTDOTDOT=23
+val SC_MARK_ARROWS=24
val SC_MARK_CHARACTER=10000