From 3ae76d0d8692025d24fa98e7a0e0329c82a68249 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 1 Sep 1993 18:05:37 +0000 Subject: [PATCH] tn-x-size and tn-y-size are mutable. --- v7/src/edwin/termcap.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/termcap.scm b/v7/src/edwin/termcap.scm index a40d5d6d1..6448daac1 100644 --- a/v7/src/edwin/termcap.scm +++ b/v7/src/edwin/termcap.scm @@ -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) -- 2.25.1