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:
parent
1f66985bdc
commit
eed5b939fd
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user