diff --git a/build_windows/config.h.in b/build_windows/config.h.in index 603034e6..f61d8a54 100644 --- a/build_windows/config.h.in +++ b/build_windows/config.h.in @@ -447,7 +447,7 @@ /* #undef HAVE_COLOR_SET */ #endif -/* ncurses has _nc_freeall function */ +/* curses provides function to free all memory */ /* #undef HAVE_CURSES_FREEALL */ /* Define to 1 if you have the header file. */ @@ -704,6 +704,9 @@ /* #undef HAVE_REALPATH */ #endif +/* curses has resize_term function */ +#define HAVE_RESIZE_TERM 1 + /* Define to 1 if you have the `setenv' function. */ /* MSC does *NOT* have `setenv' (!) But as the handling of the fallback `putenv' is different in POSIX and _MSC