aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
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/ScintillaTypes.h
parent01b1affdce7ee869c62a88ab23486b55b7707764 (diff)
downloadscintilla-mirror-57f5c36ccf0ddc9be4b348bbe39cf3347ea8381c.tar.gz
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r--include/ScintillaTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h
index 830ccadba..ab4a55131 100644
--- a/include/ScintillaTypes.h
+++ b/include/ScintillaTypes.h
@@ -180,6 +180,7 @@ enum class Element {
WhiteSpaceBack = 61,
HotSpotActive = 70,
HotSpotActiveBack = 71,
+ FoldLine = 80,
};
enum class Layer {