From a508fc2f58c15d790153c78c60a93a63c87d0c35 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Feb 2005 00:29:33 +0000 Subject: Feature request 1144928. Avoid caret disappearing when Enter held down. --- src/Editor.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index af0a73a19..cd4f63130 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3975,6 +3975,8 @@ void Editor::NewLine() { } SetLastXChosen(); EnsureCaretVisible(); + // Avoid blinking during rapid typing: + ShowCaretAtCurrentPosition(); } void Editor::CursorUpOrDown(int direction, selTypes sel) { -- cgit v1.2.3