aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-17 13:29:14 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-17 13:29:14 -0400
commit6605f5e57de57c1b2b9c5227855d97c7bf879af1 (patch)
tree110ab37bf6da9917b8527330936169bab06e6f76 /doc/14_Appendix.md
parent3f2280eccaca67835679255025a4c05ab419944f (diff)
downloadtextadept-6605f5e57de57c1b2b9c5227855d97c7bf879af1.tar.gz
textadept-6605f5e57de57c1b2b9c5227855d97c7bf879af1.zip
Note marker compatibility with ncurses.
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