From 7cfb2c5460966e5e59274ed364cb3a3cc7b0be09 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 1 Sep 1993 18:12:59 +0000 Subject: [PATCH] Add resize capability for consoles. Add ability to dump docstrings. --- v7/src/edwin/edwin.pkg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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? -- 2.25.1