diff --git a/src/include/curses.h b/src/include/curses.h index 86825be4..d3566584 100644 --- a/src/include/curses.h +++ b/src/include/curses.h @@ -22,7 +22,7 @@ #undef TRUE #define TRUE (1) -typedef short bool; +typedef int bool; typedef uint32_t chtype; typedef uint32_t attr_t;