Added a bufflush before word wrap

This commit is contained in:
mysticbbs 2012-07-15 16:14:08 -04:00
parent ded0ae0727
commit f0d0713f4f
1 changed files with 2 additions and 0 deletions

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