Browse Source

* clearscrenn at exit for unix

pierre 23 years ago
parent
commit
97efe0bce5
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ide/fp.pas

+ 7 - 1
ide/fp.pas

@@ -374,6 +374,9 @@ BEGIN
   DoneWatches;
   DoneWatches;
 {$endif}
 {$endif}
 {$ifdef fpc}
 {$ifdef fpc}
+{$ifdef unix}
+  Video.ClearScreen;
+{$endif unix}
   Video.DoneVideo;
   Video.DoneVideo;
   Keyboard.DoneKeyboard;
   Keyboard.DoneKeyboard;
 {$endif fpc}
 {$endif fpc}
@@ -384,7 +387,10 @@ BEGIN
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2002-03-20 14:56:41  pierre
+  Revision 1.6  2002-03-28 16:32:48  pierre
+   * clearscrenn at exit for unix
+
+  Revision 1.5  2002/03/20 14:56:41  pierre
    * correct last commit
    * correct last commit
 
 
   Revision 1.4  2002/03/20 14:53:37  pierre
   Revision 1.4  2002/03/20 14:53:37  pierre