From b5ba1cee2188ab879573126c62d6291b346e089c Mon Sep 17 00:00:00 2001
From: Neil SC_MARK_TCORNER,
SC_MARK_TCORNERCURVE, and
SC_MARK_VLINE.
SC_MARK_CHARACTER (10000). For example, to use 'A' (ASCII code 65) as marker
- number 1 use:SCI_MARKERDEFINE(1, SC_MARK_CHARACTER+65). SC_MARK_CHARACTER (10000). For example, to use '▥' SQUARE WITH VERTICAL FILL
+ (Unicode code point 9637) as marker number 1 use:SCI_MARKERDEFINE(1, SC_MARK_CHARACTER+9637). The marker numbers SC_MARKNUM_FOLDER and SC_MARKNUM_FOLDEROPEN are
used for showing that a fold is present and open or closed. Any symbols may be assigned for
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index d8aea7a2a..2a9a2d498 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -612,6 +612,9 @@
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.