I read https://www.scintilla.org/ScintillaDoc.html#ScrollingAndAutomaticScrolling and I understood that, for this particular Issue, it would suffice to expose the CARET_JUMPS
variable.
If CARET_EVEN
if left as is (value 1), then when typed character goes out of visibility / reaches limit, display will :
CARET_JUMPS=0
CARET_JUMPS=1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.