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.
This commit is contained in:
ache 1994-10-28 23:27:00 +00:00
parent 1f66985bdc
commit eed5b939fd
2 changed files with 4 additions and 0 deletions
lib/libcurses

@ -39,6 +39,8 @@ static char sccsid[] = "@(#)refresh.c 8.4 (Berkeley) 8/4/94";
#include "curses.h"
extern char DB;
static int curwin;
static short ly, lx;

@ -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;