#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) # include #else # include #endif #ifdef HAVE_CUIX #include #include #endif struct _TERM_WINDOW { int x, y; int width, height; WINDOW *win; };