Browse Source

* for some reason, tlinuxscreen.switchto() contained some saving code
while it should've been empty (like in the fixes branch)

Jonas Maebe 25 years ago
parent
commit
396e59f7ad
1 changed files with 6 additions and 4 deletions
  1. 6 4
      ide/text/fpusrscr.pas

+ 6 - 4
ide/text/fpusrscr.pas

@@ -503,8 +503,6 @@ end;
 
 
 procedure TLinuxScreen.SwitchTo;
 procedure TLinuxScreen.SwitchTo;
 begin
 begin
-  new(IDE_screen);
-  move(videobuf^,IDE_screen^,videobufsize);
 end;
 end;
 
 
 
 
@@ -729,7 +727,11 @@ end;
 end.
 end.
 {
 {
   $Log$
   $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
    * first big merge from fixes branch
 
 
   Revision 1.2  2000/08/21 10:57:01  jonas
   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
   Revision 1.1  2000/07/13 09:48:36  michael
   + Initial import
   + Initial import
 
 
-}
+}