version 1.1.1.1, 2025/01/19 02:04:04
|
version 1.2, 2025/02/26 00:48:27
|
Line 56
|
Line 56
|
# include "errmsg.h" |
# include "errmsg.h" |
#endif |
#endif |
|
|
#if defined HAVE_NCURSESW_CURSES_H |
|
# include <ncursesw/curses.h> |
|
#elif defined HAVE_NCURSESW_H |
|
# include <ncursesw.h> |
|
#elif defined HAVE_NCURSES_CURSES_H |
|
# include <ncurses/curses.h> |
|
#elif defined HAVE_NCURSES_H |
|
# include <ncurses.h> |
|
#elif defined HAVE_CURSES_H |
|
# include <curses.h> |
|
#else |
|
# error "SysV or X/Open-compatible Curses header file required" |
|
#endif |
|
|
|
#define UNSIGN(A) ((A)&0377) |
#define UNSIGN(A) ((A)&0377) |
|
|
#define g_EOL 30 |
#define g_EOL 30 |