From 53de5fafa2344ae17a0457a34c7a6a866f1020d1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 19 Jul 2012 13:05:29 -0400 Subject: Note insert mode caret compatibility with ncurses; doc/14_Appendix.md --- doc/14_Appendix.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/14_Appendix.md') diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 4c526af2..50d93142 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -289,9 +289,11 @@ features in its editing component Scintilla: * Edge lines are not displayed properly (the line is drawn over by text lines). * Indentation guides are not visible (pixmap surfaces are not supported). * Indicators are not displayed (they would be drawn over by text lines). +* Insert mode caret is not drawn properly (no way to detect it from within + `surface->FillRectangle()`). * Line carets are not supported. * Marker types other than `SC_MARK_CHARACTER` are not drawn (`surface->LineTo()` - is not supported). + is not supported for drawing marker shapes). * Mouse interactions are not supported. * Multiple fonts and font sizes are not supported. * Only 8 colors are supported: black (`0x000000`), red (`0xFF0000`), green -- cgit v1.2.3