$NetBSD: patch-configure.in,v 1.1 2021/08/27 17:45:26 micha Exp $ Backported upstream patch for ncurses (without w). --- configure.in.orig 2021-08-23 05:13:12.000000000 +0000 +++ configure.in @@ -1577,7 +1577,7 @@ esac if test "$cf_cv_termlib" = pdcurses ; then CF_PDCURSES_X11 fi -CF_CURSES_FUNCS(vw_printw) +CF_CURSES_FUNCS(vw_printw get_wch) ### sum up warnings if test "$cf_cv_termlib" = none ; then