Extended definition of ansi terminal driver trivially so that it
authorStephen Adams <edu/mit/csail/zurich/adams>
Tue, 1 Nov 1994 23:04:22 +0000 (23:04 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Tue, 1 Nov 1994 23:04:22 +0000 (23:04 +0000)
matches the new termcap code.

v7/src/edwin/ansi.scm

index 8285879422add84b910b5b1d6d3a0f47eb98fa55..6f6ad977f92f02373a23641f56f18c7dd71ddd67 100644 (file)
@@ -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