aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-29 13:12:16 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-29 13:12:16 +1000
commite8f134e9a1567775377c66c8bd34825380c328a6 (patch)
tree4f34b87e603b5fa6f4a6d8bdb89b8e1ce2f41b8b /include/Scintilla.iface
parent57f5c36ccf0ddc9be4b348bbe39cf3347ea8381c (diff)
downloadscintilla-mirror-e8f134e9a1567775377c66c8bd34825380c328a6.tar.gz
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
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 d8a1bdec1..837e4d841 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -698,6 +698,7 @@ 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
+val SC_ELEMENT_HIDDEN_LINE=81
# 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.