Skip to content

Commit

Permalink
shim ncurses A_* constants on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 5, 2021
1 parent 74632f4 commit 10817f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/compat/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 10817f1

Please sign in to comment.