diff options
Diffstat (limited to 'lib/libncurses/curses.h')
| -rw-r--r-- | lib/libncurses/curses.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libncurses/curses.h b/lib/libncurses/curses.h index a3acc533994c..247aab8bd826 100644 --- a/lib/libncurses/curses.h +++ b/lib/libncurses/curses.h @@ -22,6 +22,12 @@ #define CURSES 1 #define CURSES_H 1 +/* This is defined in more than one ncurses header, for identification */ +#undef NCURSES_VERSION +#define NCURSES_VERSION "1.8.6/ache" + +typedef unsigned long chtype; + #include <stdio.h> #include <stdarg.h> #ifndef NOTERMIOS @@ -37,8 +43,6 @@ #define bool char -typedef unsigned long chtype; - /* attributes */ #define A_ATTRIBUTES 0xffffff00 #define A_NORMAL 0x00000000 |
