From: Guillermo J. Rozas Date: Wed, 1 Sep 1993 18:12:59 +0000 (+0000) Subject: Add resize capability for consoles. X-Git-Tag: 20090517-FFI~7934 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7cfb2c5460966e5e59274ed364cb3a3cc7b0be09;p=mit-scheme.git Add resize capability for consoles. Add ability to dump docstrings. --- diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 119653421..c066db2ff 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -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?