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/outopts.c | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'scripts/kconfig/libcurses/outopts.c') diff --git a/scripts/kconfig/libcurses/outopts.c b/scripts/kconfig/libcurses/outopts.c index e0a55e437..4c8950959 100644 --- a/scripts/kconfig/libcurses/outopts.c +++ b/scripts/kconfig/libcurses/outopts.c @@ -75,23 +75,25 @@ outopts return OK on success and ERR on error. ### Portability - X/Open ncurses NetBSD - clearok Y Y Y - idlok Y Y Y - idcok Y Y Y - immedok Y Y Y - leaveok Y Y Y - setscrreg Y Y Y - wsetscrreg Y Y Y - wgetscrreg - Y - - scrollok Y Y Y - is_cleared - Y - - is_idlok - Y - - is_idcok - Y - - is_immedok - Y - - is_leaveok - Y Y - is_scrollok - Y - - raw_output - - - + + Function | X/Open | ncurses | NetBSD + :---------------------|:------:|:-------:|:------: + clearok | Y | Y | Y + idlok | Y | Y | Y + idcok | Y | Y | Y + immedok | Y | Y | Y + leaveok | Y | Y | Y + setscrreg | Y | Y | Y + wsetscrreg | Y | Y | Y + wgetscrreg | - | Y | - + scrollok | Y | Y | Y + is_cleared | - | Y | - + is_idlok | - | Y | - + is_idcok | - | Y | - + is_immedok | - | Y | - + is_leaveok | - | Y | Y + is_scrollok | - | Y | - + raw_output | - | - | - **man-end****************************************************************/ -- cgit v1.2.3-55-g6feb