mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
+ Clearscreen now also clears oldvideobuf after screenupdate
This commit is contained in:
parent
ab5bd73633
commit
c957bff371
@ -145,6 +145,7 @@ begin
|
||||
CurrentVideoDriver.ClearScreen
|
||||
else
|
||||
UpdateScreen(True);
|
||||
FillWord(OldVideoBuf^,VideoBufSize shr 1,$0720);
|
||||
end;
|
||||
|
||||
Procedure SetCursorType (NewType : Word);
|
||||
@ -242,7 +243,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2001-10-06 22:28:24 michael
|
||||
Revision 1.5 2001-10-10 21:03:48 michael
|
||||
+ Clearscreen now also clears oldvideobuf after screenupdate
|
||||
|
||||
Revision 1.4 2001/10/06 22:28:24 michael
|
||||
+ Merged video mode selection/setting system
|
||||
|
||||
Revision 1.3 2001/10/04 20:51:56 michael
|
||||
|
Loading…
Reference in New Issue
Block a user