diff --git a/ide/text/fpusrscr.pas b/ide/text/fpusrscr.pas index 5884cd295a..c6b945c9c7 100644 --- a/ide/text/fpusrscr.pas +++ b/ide/text/fpusrscr.pas @@ -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 -} \ No newline at end of file +}