Add resize capability for consoles.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:12:59 +0000 (18:12 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:12:59 +0000 (18:12 +0000)
Add ability to dump docstrings.

v7/src/edwin/edwin.pkg

index 119653421dce541bff72a34ac647c9c43be86f8a..c066db2ff91b3fc6a706374c997419a9feafd726 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.127 1993/08/22 17:13:49 gjr Exp $
+$Id: edwin.pkg,v 1.128 1993/09/01 18:12:59 gjr Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -284,6 +284,8 @@ MIT in each case. |#
   (file-case os-type
     ((dos nt) "ansi" "bios"))
   (parent (edwin screen))
+  (export (edwin)
+         resize-screen)
   (import (runtime primitive-io)
          channel-type=terminal?
          have-select?