A30
This commit is contained in:
parent
8980156fb3
commit
8a8516ba2b
|
@ -73,6 +73,8 @@ Begin
|
||||||
Region.Bottom := YPos - 1;
|
Region.Bottom := YPos - 1;
|
||||||
|
|
||||||
WriteConsoleOutput(ConOut, @Line, BufSize, BufCoord, Region);
|
WriteConsoleOutput(ConOut, @Line, BufSize, BufCoord, Region);
|
||||||
|
|
||||||
|
Buffer[YPos] := Line;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Procedure TOutputWindows.SetWindow (X1, Y1, X2, Y2 : Byte; Home: Boolean);
|
Procedure TOutputWindows.SetWindow (X1, Y1, X2, Y2 : Byte; Home: Boolean);
|
||||||
|
|
Loading…
Reference in New Issue