projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5356d2
)
Add resize capability for consoles.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:12:59 +0000
(18:12 +0000)
committer
Guillermo 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
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.pkg
b/v7/src/edwin/edwin.pkg
index 119653421dce541bff72a34ac647c9c43be86f8a..c066db2ff91b3fc6a706374c997419a9feafd726 100644
(file)
--- a/
v7/src/edwin/edwin.pkg
+++ b/
v7/src/edwin/edwin.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: edwin.pkg,v 1.12
7 1993/08/22 17:13:4
9 gjr Exp $
+$Id: edwin.pkg,v 1.12
8 1993/09/01 18:12:5
9 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?