Code reformat
This commit is contained in:
parent
fabc938d20
commit
47810eeefc
|
@ -769,7 +769,7 @@ Begin
|
|||
|
||||
Dec (WrapPos);
|
||||
|
||||
FillChar(Session.Msgs.MsgText, SizeOf(Session.Msgs.MsgText), #0);
|
||||
For A := Lines + 1 to mysMaxMsgLines Do Session.Msgs.MsgText[A] := '';
|
||||
|
||||
FullReDraw;
|
||||
|
||||
|
|
|
@ -184,10 +184,15 @@ Var
|
|||
A : Integer;
|
||||
Begin
|
||||
CurLine := Lines;
|
||||
|
||||
If CurLine < MaxLine Then Inc(CurLine);
|
||||
|
||||
Done := False;
|
||||
|
||||
For A := Lines + 1 to mysMaxMsgLines Do Session.Msgs.MsgText[A] := '';
|
||||
|
||||
FullReDraw;
|
||||
|
||||
GetText;
|
||||
|
||||
If Save Then Begin
|
||||
|
|
Loading…
Reference in New Issue