Use plain libncurses with Apple
This commit is contained in:
parent
0bb46c8968
commit
43b395533f
|
@ -10,7 +10,12 @@
|
|||
#define NCURSES_OPAQUE 0
|
||||
#define NCURSES_INTERNALS
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <ncurses.h>
|
||||
#else
|
||||
#include <ncursesw/ncurses.h>
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user