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/getyx.c | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'scripts/kconfig/libcurses/getyx.c') diff --git a/scripts/kconfig/libcurses/getyx.c b/scripts/kconfig/libcurses/getyx.c index 5f104df99..6aa894ed0 100644 --- a/scripts/kconfig/libcurses/getyx.c +++ b/scripts/kconfig/libcurses/getyx.c @@ -54,21 +54,23 @@ getyx values, or ERR in the case of a NULL window. ### Portability - X/Open ncurses NetBSD - getyx Y Y Y - getparyx Y Y Y - getbegyx Y Y Y - getmaxyx Y Y Y - getsyx - Y Y - setsyx - Y Y - getbegy - Y Y - getbegx - Y Y - getcury - Y Y - getcurx - Y Y - getpary - Y Y - getparx - Y Y - getmaxy - Y Y - getmaxx - Y Y + + Function | X/Open | ncurses | NetBSD + :---------------------|:------:|:-------:|:------: + getyx | Y | Y | Y + getparyx | Y | Y | Y + getbegyx | Y | Y | Y + getmaxyx | Y | Y | Y + getsyx | - | Y | Y + setsyx | - | Y | Y + getbegy | - | Y | Y + getbegx | - | Y | Y + getcury | - | Y | Y + getcurx | - | Y | Y + getpary | - | Y | Y + getparx | - | Y | Y + getmaxy | - | Y | Y + getmaxx | - | Y | Y **man-end****************************************************************/ -- cgit v1.2.3-55-g6feb