aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-29 12:43:47 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-29 12:43:47 +1000
commit57f5c36ccf0ddc9be4b348bbe39cf3347ea8381c (patch)
tree4819bc0d298973db57f6c16a5832baba7033ba93 /include/Scintilla.iface
parent01b1affdce7ee869c62a88ab23486b55b7707764 (diff)
downloadscintilla-mirror-57f5c36ccf0ddc9be4b348bbe39cf3347ea8381c.tar.gz
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index cc7dedf36..d8a1bdec1 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -697,6 +697,7 @@ val SC_ELEMENT_WHITE_SPACE=60
val SC_ELEMENT_WHITE_SPACE_BACK=61
val SC_ELEMENT_HOT_SPOT_ACTIVE=70
val SC_ELEMENT_HOT_SPOT_ACTIVE_BACK=71
+val SC_ELEMENT_FOLD_LINE=80
# Set the colour of an element. Translucency (alpha) may or may not be significant
# and this may depend on the platform. The alpha byte should commonly be 0xff for opaque.