Import https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz
Change-Id: Ibe90c278c9abd667d02d274af735e31671e51867
diff --git a/include/MKkey_defs.sh b/include/MKkey_defs.sh
index 3605700..e58ee2b 100755
--- a/include/MKkey_defs.sh
+++ b/include/MKkey_defs.sh
@@ -1,7 +1,7 @@
#! /bin/sh
-# $Id: MKkey_defs.sh,v 1.23 2022/07/16 16:54:02 tom Exp $
+# $Id: MKkey_defs.sh,v 1.24 2024/01/19 12:26:17 tom Exp $
##############################################################################
-# Copyright 2019-2020,2022 Thomas E. Dickey #
+# Copyright 2019-2022,2024 Thomas E. Dickey #
# Copyright 2001-2013,2017 Free Software Foundation, Inc. #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
@@ -64,7 +64,7 @@
# add keys that we generate automatically:
cat >>$data <<EOF
-key_resize kr1 str R1 KEY_RESIZE + NCURSES_EXT_FUNCS Terminal resize event
+key_resize kr1 str R1 KEY_RESIZE + NCURSES_SIGWINCH Terminal resize event
EOF
THIS=./`basename "$0"`
@@ -146,7 +146,7 @@
if (index($7,"NCURSES_") == 1) {
ifdef = 1;
printf "\n";
- printf "#ifdef %s\n", $7;
+ printf "#if %s\n", $7;
}
if ($5 == "KEY_F(0)" ) {
printf "#define "