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