Added a bufflush before word wrap

This commit is contained in:
mysticbbs 2012-07-15 16:14:08 -04:00
parent ded0ae0727
commit f0d0713f4f

View file

@ -176,6 +176,8 @@ Begin
Exit;
End Else Begin
Session.io.BufFlush;
A := strWrap (OldStr, NewStr, WrapPos);
If (A > 0) And (Not Moved) And (CurX > Length(OldStr) + 1) Then Begin