diff options
Diffstat (limited to 'src/Editor.cxx')
| -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 0a619d9a6..78e0429d4 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -4536,6 +4536,7 @@ int Editor::KeyCommand(unsigned int iMessage) {  			SetLastXChosen();  		}  		EnsureCaretVisible(); +		ShowCaretAtCurrentPosition();		// Avoid blinking  		break;  	case SCI_BACKTAB:  		Indent(false); @@ -4543,6 +4544,7 @@ int Editor::KeyCommand(unsigned int iMessage) {  			SetLastXChosen();  		}  		EnsureCaretVisible(); +		ShowCaretAtCurrentPosition();		// Avoid blinking  		break;  	case SCI_NEWLINE:  		NewLine(); | 
