|
|
|
@ -15,14 +15,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "debug.h" |
|
|
|
#include "debug.h" |
|
|
|
#include <assert.h> |
|
|
|
#include <assert.h> |
|
|
|
#ifdef HAVE_CURSES_H |
|
|
|
#ifdef HAVE_NCURSESW_CURSES_H |
|
|
|
#include <curses.h> |
|
|
|
|
|
|
|
#elif HAVE_NCURSES_H |
|
|
|
|
|
|
|
#include <ncurses.h> |
|
|
|
|
|
|
|
#elif HAVE_NCURSESW_CURSES_H |
|
|
|
|
|
|
|
#include <ncursesw/curses.h> |
|
|
|
#include <ncursesw/curses.h> |
|
|
|
#elif HAVE_NCURSES_NCURSES_H |
|
|
|
#elif HAVE_NCURSES_NCURSES_H |
|
|
|
#include <ncurses/ncurses.h> |
|
|
|
#include <ncurses/ncurses.h> |
|
|
|
|
|
|
|
#elif HAVE_NCURSES_H |
|
|
|
|
|
|
|
#include <ncurses.h> |
|
|
|
|
|
|
|
#elif HAVE_CURSES_H |
|
|
|
|
|
|
|
#include <curses.h> |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#define RICHSTRING_MAXLEN 300 |
|
|
|
#define RICHSTRING_MAXLEN 300 |
|
|
|
|