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:
Andrey A. Chernov 1994-10-28 23:27:00 +00:00
parent 4b05df4e20
commit 88c2b17a8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3981
2 changed files with 4 additions and 0 deletions

View File

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

View File

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