From 41a02882e8ba1f7ce8d6cdc9b058d31ce8b15b9b Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 1 Nov 1994 23:04:22 +0000 Subject: [PATCH] Extended definition of ansi terminal driver trivially so that it matches the new termcap code. --- v7/src/edwin/ansi.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/ansi.scm b/v7/src/edwin/ansi.scm index 828587942..6f6ad977f 100644 --- a/v7/src/edwin/ansi.scm +++ b/v7/src/edwin/ansi.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: ansi.scm,v 1.5 1993/09/01 17:59:16 gjr Exp $ +$Id: ansi.scm,v 1.6 1994/11/01 23:04:22 adams Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -157,4 +157,5 @@ MIT in each case. |# false ; ts-set-scroll-region-1 false ; ts-set-window false ; ts-visible-bell + '() ; termcap-description-keys )))) \ No newline at end of file -- 2.25.1