From 87b7b29befbbd9447cd63984163e3cc55cf913f1 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 4 Oct 2014 10:52:08 +1000 Subject: Bug [#1657]. Prevent caret blinking when holding down Delete key. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 80f96a7c8..ebe65f1fa 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2106,6 +2106,7 @@ void Editor::Clear() { ClearSelection(); } sel.RemoveDuplicates(); + ShowCaretAtCurrentPosition(); // Avoid blinking } void Editor::SelectAll() { -- cgit v1.2.3