diff options
author | 2012-07-17 13:29:14 -0400 | |
---|---|---|
committer | 2012-07-17 13:29:14 -0400 | |
commit | 6605f5e57de57c1b2b9c5227855d97c7bf879af1 (patch) | |
tree | 110ab37bf6da9917b8527330936169bab06e6f76 /doc | |
parent | 3f2280eccaca67835679255025a4c05ab419944f (diff) | |
download | textadept-6605f5e57de57c1b2b9c5227855d97c7bf879af1.tar.gz textadept-6605f5e57de57c1b2b9c5227855d97c7bf879af1.zip |
Note marker compatibility with ncurses.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/14_Appendix.md | 2 |
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 |