diff options
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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) { | 
