tn-x-size and tn-y-size are mutable.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:05:37 +0000 (18:05 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:05:37 +0000 (18:05 +0000)
v7/src/edwin/termcap.scm

index a40d5d6d16c0d577fb7f6aca79fdd2c11900bfb7..6448daac16f3eb0a26eaa25a3f774c78a5878493 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/termcap.scm,v 1.4 1992/08/27 06:33:40 jinx Exp $
+$Id: termcap.scm,v 1.5 1993/09/01 18:05:37 gjr Exp $
 
-Copyright (c) 1990-1992 Massachusetts Institute of Technology
+Copyright (c) 1990-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -79,8 +79,8 @@ MIT in each case. |#
   (tn-memory-lines false read-only true)
   (tn-minimum-padding-speed false read-only true)
   (tn-standout-marker-width false read-only true)
-  (tn-x-size false read-only true)
-  (tn-y-size false read-only true)
+  (tn-x-size false read-only false)
+  (tn-y-size false read-only false)
 
   (ts-audible-bell false read-only true)
   (ts-clear-line false read-only true)