mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-17 06:10:31 +02:00
* fixed background clearing for large screens
This commit is contained in:
parent
c95fe8e25b
commit
c63d36f974
@ -993,7 +993,7 @@ begin
|
|||||||
LockCount:=0;
|
LockCount:=0;
|
||||||
GrowMode:=gfGrowHiX or gfGrowHiY;
|
GrowMode:=gfGrowHiX or gfGrowHiY;
|
||||||
New(Console, Init(@Self));
|
New(Console, Init(@Self));
|
||||||
Console^.Size.X:=132; Console^.Size.Y:=50;
|
Console^.Size.X:=Bounds.B.X+1; Console^.Size.Y:=Bounds.B.Y+1;
|
||||||
Console^.ClrScr;
|
Console^.ClrScr;
|
||||||
Console^.CursorOn;
|
Console^.CursorOn;
|
||||||
end;
|
end;
|
||||||
@ -1091,7 +1091,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2002-09-07 15:40:47 peter
|
Revision 1.5 2004-11-03 12:36:24 florian
|
||||||
|
* fixed background clearing for large screens
|
||||||
|
|
||||||
|
Revision 1.4 2002/09/07 15:40:47 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.3 2002/03/25 11:51:43 pierre
|
Revision 1.3 2002/03/25 11:51:43 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user