Make Edwin buffer and window output ports correctly support the
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 18 Jun 1991 21:10:05 +0000 (21:10 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Tue, 18 Jun 1991 21:10:05 +0000 (21:10 +0000)
operation X-SIZE.

X-SIZE on a buffer output port now returns the character width of the
most narrow window showing the port's buffer, or 79 if no window shows
the buffer.

X-SIZE on a window output port now returns the character width of the
window.

v7/src/edwin/make.scm

index 3cc619dee7655dcbc12c4dd49de815cff65afc17..916c37c7f42dffc7f2bcdc47eece4142342700a9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.49 1991/05/21 22:20:53 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.50 1991/06/18 21:10:05 arthur Exp $
 
 Copyright (c) 1989-91 Massachusetts Institute of Technology
 
@@ -37,4 +37,4 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (package/system-loader "edwin" '() 'QUERY)
-(add-system! (make-system "Edwin" 3 49 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 50 '()))
\ No newline at end of file