aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:18:37 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-26 18:18:37 -0400
commit49b7aef691f3653670a8a0bf3e01904b7a760f44 (patch)
tree2636056d98af9b1f5c44cf7909c9c746898a50bd /doc
parenta0318c976f372fc9a859f7bde1349013ec61422a (diff)
downloadtextadept-49b7aef691f3653670a8a0bf3e01904b7a760f44.tar.gz
textadept-49b7aef691f3653670a8a0bf3e01904b7a760f44.zip
Note ncurses compatibility with scrolling long lines; doc/14_Appendix.md
Diffstat (limited to 'doc')
-rw-r--r--doc/14_Appendix.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 9d9a4696..d6e8e344 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -303,6 +303,7 @@ features in its editing component Scintilla:
* 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()`).
+* Margins are overwritten by long lines when scrolling to the right.
* Marker types other than `SC_MARK_CHARACTER` are not drawn (pixmap surfaces are
not supported and `surface->LineTo()` is not supported for drawing marker
shapes and ).