From eed5b939fd9f3ccb7435477d55f4fb61923064d0 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 28 Oct 1994 23:27:00 +0000 Subject: After some thinking better place to fix appearse curses again, not vi(1). Remove DB from curses.h and still implement it provide this variable for programs that expect it in any case. --- lib/libcurses/setterm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libcurses/setterm.c') diff --git a/lib/libcurses/setterm.c b/lib/libcurses/setterm.c index ddb5871..5761cfe 100644 --- a/lib/libcurses/setterm.c +++ b/lib/libcurses/setterm.c @@ -44,6 +44,8 @@ static char sccsid[] = "@(#)setterm.c 8.7 (Berkeley) 7/27/94"; #include "curses.h" +extern char DB; + #undef ospeed extern short ospeed; -- cgit v1.1