Skip to content

Commit

Permalink
purge ncurses aliases #2014
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 4, 2021
1 parent 0f4b973 commit a308e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/compat/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ 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
2 changes: 1 addition & 1 deletion src/lib/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extern "C" {

#include "version.h"
#include "builddef.h"
#include "notcurses/notcurses.h"
#include "compat/compat.h"

#include <time.h>
Expand All @@ -27,7 +28,6 @@ extern "C" {
#ifndef __MINGW64__
#include <langinfo.h>
#endif
#include "notcurses/notcurses.h"
#include "termdesc.h"
#include "egcpool.h"
#include "sprite.h"
Expand Down

0 comments on commit a308e95

Please sign in to comment.