aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-19 13:05:29 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-19 13:05:29 -0400
commit53de5fafa2344ae17a0457a34c7a6a866f1020d1 (patch)
tree1e99892df52ec50f849d6751baf4fe06b69a3533 /doc/14_Appendix.md
parenteb57e00b707cfbc6850f63f50b8f2980e050059c (diff)
downloadtextadept-53de5fafa2344ae17a0457a34c7a6a866f1020d1.tar.gz
textadept-53de5fafa2344ae17a0457a34c7a6a866f1020d1.zip
Note insert mode caret compatibility with ncurses; doc/14_Appendix.md
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r--doc/14_Appendix.md4
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