From 472b85b94b76550005098166face7ef6ebb59a4a Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Wed, 5 Oct 2011 18:07:35 +0200 Subject: [PATCH] Display corection of the enter and rm will now redisplay all the screen --- Sources/Buffer/BufferText.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Buffer/BufferText.cpp b/Sources/Buffer/BufferText.cpp index f5fae57..bdf10ca 100644 --- a/Sources/Buffer/BufferText.cpp +++ b/Sources/Buffer/BufferText.cpp @@ -997,6 +997,7 @@ void BufferText::AddChar(char * UTF8data) } actionDone = true; } + AnchorForceRedrawAll(); } if (false == actionDone) {