diff options
author | 2012-07-19 13:05:29 -0400 | |
---|---|---|
committer | 2012-07-19 13:05:29 -0400 | |
commit | 53de5fafa2344ae17a0457a34c7a6a866f1020d1 (patch) | |
tree | 1e99892df52ec50f849d6751baf4fe06b69a3533 | |
parent | eb57e00b707cfbc6850f63f50b8f2980e050059c (diff) | |
download | textadept-53de5fafa2344ae17a0457a34c7a6a866f1020d1.tar.gz textadept-53de5fafa2344ae17a0457a34c7a6a866f1020d1.zip |
Note insert mode caret compatibility with ncurses; doc/14_Appendix.md
-rw-r--r-- | doc/14_Appendix.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |