Browse Source

* correct last commit

pierre 23 years ago
parent
commit
65c7c2dc5b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/fp.pas

+ 5 - 2
ide/fp.pas

@@ -142,7 +142,7 @@ begin
 {$ifdef Unix}
 {$ifdef Unix}
           'T' :  DebuggeeTTY:=Copy(Param,2,High(Param));
           'T' :  DebuggeeTTY:=Copy(Param,2,High(Param));
 {$endif Unix}
 {$endif Unix}
-          'M' : TryToMaximizeScreen:=true;
+         { 'M' : TryToMaximizeScreen:=true;}
 {$endif fpc}
 {$endif fpc}
         end;
         end;
       end
       end
@@ -384,7 +384,10 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-03-20 14:53:37  pierre
+  Revision 1.5  2002-03-20 14:56:41  pierre
+   * correct last commit
+
+  Revision 1.4  2002/03/20 14:53:37  pierre
    + rescue handlers in main loop
    + rescue handlers in main loop
 
 
   Revision 1.3  2002/01/09 09:46:10  pierre
   Revision 1.3  2002/01/09 09:46:10  pierre