diff options
author | 2012-07-26 18:18:37 -0400 | |
---|---|---|
committer | 2012-07-26 18:18:37 -0400 | |
commit | 49b7aef691f3653670a8a0bf3e01904b7a760f44 (patch) | |
tree | 2636056d98af9b1f5c44cf7909c9c746898a50bd /doc/14_Appendix.md | |
parent | a0318c976f372fc9a859f7bde1349013ec61422a (diff) | |
download | textadept-49b7aef691f3653670a8a0bf3e01904b7a760f44.tar.gz textadept-49b7aef691f3653670a8a0bf3e01904b7a760f44.zip |
Note ncurses compatibility with scrolling long lines; doc/14_Appendix.md
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 1 |
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 ). |