From: Stephen Adams Date: Tue, 1 Nov 1994 23:04:22 +0000 (+0000) Subject: Extended definition of ansi terminal driver trivially so that it X-Git-Tag: 20090517-FFI~7042 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=41a02882e8ba1f7ce8d6cdc9b058d31ce8b15b9b;p=mit-scheme.git Extended definition of ansi terminal driver trivially so that it matches the new termcap code. --- 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