From 486c1fcc341472fd8d64b820c3a7934cf3f42132 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 10 Apr 2025 19:41:43 +0100 Subject: Update PDCurses --- scripts/kconfig/libcurses/inopts.c | 54 ++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 26 deletions(-) (limited to 'scripts/kconfig/libcurses/inopts.c') diff --git a/scripts/kconfig/libcurses/inopts.c b/scripts/kconfig/libcurses/inopts.c index 30e18f611..a1c4b49f8 100644 --- a/scripts/kconfig/libcurses/inopts.c +++ b/scripts/kconfig/libcurses/inopts.c @@ -106,32 +106,34 @@ inopts always returns FALSE. All others return OK on success and ERR on error. ### Portability - X/Open ncurses NetBSD - cbreak Y Y Y - nocbreak Y Y Y - echo Y Y Y - noecho Y Y Y - halfdelay Y Y Y - intrflush Y Y Y - keypad Y Y Y - meta Y Y Y - nl Y Y Y - nonl Y Y Y - nodelay Y Y Y - notimeout Y Y Y - raw Y Y Y - noraw Y Y Y - noqiflush Y Y Y - qiflush Y Y Y - timeout Y Y Y - wtimeout Y Y Y - wgetdelay - Y - - typeahead Y Y Y - crmode Y Y Y - nocrmode Y Y Y - is_keypad - Y Y - is_nodelay - Y - - is_notimeout - Y - + + Function | X/Open | ncurses | NetBSD + :---------------------|:------:|:-------:|:------: + cbreak | Y | Y | Y + nocbreak | Y | Y | Y + echo | Y | Y | Y + noecho | Y | Y | Y + halfdelay | Y | Y | Y + intrflush | Y | Y | Y + keypad | Y | Y | Y + meta | Y | Y | Y + nl | Y | Y | Y + nonl | Y | Y | Y + nodelay | Y | Y | Y + notimeout | Y | Y | Y + raw | Y | Y | Y + noraw | Y | Y | Y + noqiflush | Y | Y | Y + qiflush | Y | Y | Y + timeout | Y | Y | Y + wtimeout | Y | Y | Y + wgetdelay | - | Y | - + typeahead | Y | Y | Y + crmode | Y | Y | Y + nocrmode | Y | Y | Y + is_keypad | - | Y | Y + is_nodelay | - | Y | - + is_notimeout | - | Y | - **man-end****************************************************************/ -- cgit v1.2.3-55-g6feb