shim ncurses A_* constants on windows

dankamongmen/iterm2complete
nick black 3 years ago committed by nick black
parent 61ce4d98a1
commit 7a341283d3

@ -31,6 +31,9 @@ extern "C" {
#define SA_SIGINFO 0
#define SA_RESETHAND 0
#define SIGQUIT 0
#define A_ITALIC 0
#define A_BOLD 0
#define A_UNDERLINE 0
#define sigdelset(x, y)
#define sigaddset(x, y)
typedef struct siginfo_t {

Loading…
Cancel
Save