Added a bufflush before word wrap
This commit is contained in:
parent
ded0ae0727
commit
f0d0713f4f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue