|
@@ -314,7 +314,7 @@ end;
|
|
|
|
|
|
procedure coutTL(const cMsg : string; cEventType : TLogEventType);
|
|
|
begin
|
|
|
- coutXY(0,GetCursorMaxBottom - 1,cMsg,cEventType);
|
|
|
+ coutXY(0,0,cMsg,cEventType);
|
|
|
end;
|
|
|
|
|
|
procedure coutTL(const cMsg : string; cColor : TConsoleColor);
|
|
@@ -324,7 +324,7 @@ end;
|
|
|
|
|
|
procedure coutBL(const cMsg : string; cEventType : TLogEventType);
|
|
|
begin
|
|
|
- coutXY(0,0,cMsg,cEventType);
|
|
|
+ coutXY(0,GetCursorMaxBottom - 1,cMsg,cEventType);
|
|
|
end;
|
|
|
|
|
|
procedure coutBL(const cMsg : string; cColor : TConsoleColor);
|