|
|
|
|
@ -116,3 +116,16 @@ Index: test/programs
|
|
|
|
|
demo_forms $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_forms edit_field popup_msg
|
|
|
|
|
demo_keyok $(LDFLAGS_CURSES) $(LOCAL_LIBS) demo_keyok
|
|
|
|
|
demo_menus $(LDFLAGS_DEFAULT) $(LOCAL_LIBS) demo_menus
|
|
|
|
|
Index: ncurses/tty/tty_update.c
|
|
|
|
|
--- ncurses/tty/tty_update.c.orig 2025-10-26 23:12:02.572735000 +0100
|
|
|
|
|
+++ ncurses/tty/tty_update.c 2025-10-26 23:13:40.525241000 +0100
|
|
|
|
|
@@ -84,6 +84,9 @@
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <ctype.h>
|
|
|
|
|
+#if USE_WIDEC_SUPPORT
|
|
|
|
|
+#include <wctype.h>
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
MODULE_ID("$Id: tty_update.c,v 1.319 2025/10/25 23:40:17 tom Exp $")
|
|
|
|
|
|
|
|
|
|
|