mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* for some reason, tlinuxscreen.switchto() contained some saving code
while it should've been empty (like in the fixes branch)
This commit is contained in:
parent
2248b9a247
commit
396e59f7ad
@ -503,8 +503,6 @@ end;
|
||||
|
||||
procedure TLinuxScreen.SwitchTo;
|
||||
begin
|
||||
new(IDE_screen);
|
||||
move(videobuf^,IDE_screen^,videobufsize);
|
||||
end;
|
||||
|
||||
|
||||
@ -729,7 +727,11 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2000-08-22 09:41:40 pierre
|
||||
Revision 1.4 2000-09-18 16:42:56 jonas
|
||||
* for some reason, tlinuxscreen.switchto() contained some saving code
|
||||
while it should've been empty (like in the fixes branch)
|
||||
|
||||
Revision 1.3 2000/08/22 09:41:40 pierre
|
||||
* first big merge from fixes branch
|
||||
|
||||
Revision 1.2 2000/08/21 10:57:01 jonas
|
||||
@ -739,4 +741,4 @@ end.
|
||||
Revision 1.1 2000/07/13 09:48:36 michael
|
||||
+ Initial import
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user