소스 검색

* clearscrenn at exit for unix

pierre 23 년 전
부모
커밋
97efe0bce5
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      ide/fp.pas

+ 7 - 1
ide/fp.pas

@@ -374,6 +374,9 @@ BEGIN
   DoneWatches;
 {$endif}
 {$ifdef fpc}
+{$ifdef unix}
+  Video.ClearScreen;
+{$endif unix}
   Video.DoneVideo;
   Keyboard.DoneKeyboard;
 {$endif fpc}
@@ -384,7 +387,10 @@ BEGIN
 END.
 {
   $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
 
   Revision 1.4  2002/03/20 14:53:37  pierre