aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 6df864f9..41e0d640 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -290,6 +290,8 @@ features in its editing component Scintilla:
* Indentation guides are not visible (pixmap surfaces are not supported).
* Indicators are not displayed (they would be drawn over by text lines).
* Line carets are not supported.
+* Marker types other than `SC_MARK_CHARACTER` are not drawn (`surface->LineTo()`
+ is not supported).
* Mouse interactions are not supported.
* Multiple fonts and font sizes are not supported.
* Only 8 colors are supported: black (`0x000000`), red (`0xFF0000`), green