From 9d8ddc490d9df16cfce91658cd1416d786a98a71 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 28 Feb 2001 14:41:56 +0000 Subject: [PATCH] Use to define termcap interface, if available. Some recent versions of ncurses appear to have changed the interface. --- v7/src/microcode/tterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/tterm.c b/v7/src/microcode/tterm.c index b5d8b5a80..4c9ba1e6b 100644 --- a/v7/src/microcode/tterm.c +++ b/v7/src/microcode/tterm.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: tterm.c,v 1.7 2001/02/28 14:41:46 cph Exp $ +$Id: tterm.c,v 1.8 2001/02/28 14:41:56 cph Exp $ -Copyright (c) 1990-1999 Massachusetts Institute of Technology +Copyright (c) 1990-2001 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.25.1