From 4dd8c8443a2efea1ce9d6c2cc9242ad7f8fc3251 Mon Sep 17 00:00:00 2001 From: David Declerck Date: Wed, 20 Nov 2024 14:18:22 +0100 Subject: [PATCH] Merge SVN 5060, 5061, 5064 --- build_windows/config.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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