|
@@ -286,10 +286,12 @@ const
|
|
|
#endif
|
|
#endif
|
|
|
bool curses_active;
|
|
bool curses_active;
|
|
|
|
|
|
|
|
|
|
+#ifdef HAVE_CURSES
|
|
|
#if !(defined(PDCURSES) || defined(NCURSES_VERSION))
|
|
#if !(defined(PDCURSES) || defined(NCURSES_VERSION))
|
|
|
const
|
|
const
|
|
|
#endif
|
|
#endif
|
|
|
short default_bgcolor = COLOR_BLACK;
|
|
short default_bgcolor = COLOR_BLACK;
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
static
|
|
static
|
|
|
#if defined(HAVE_CURSES) && defined(USE_UNICODE)
|
|
#if defined(HAVE_CURSES) && defined(USE_UNICODE)
|