From 49b7aef691f3653670a8a0bf3e01904b7a760f44 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 26 Jul 2012 18:18:37 -0400 Subject: Note ncurses compatibility with scrolling long lines; doc/14_Appendix.md --- doc/14_Appendix.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/14_Appendix.md') 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 ). -- cgit v1.2.3