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/touch.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'scripts/kconfig/libcurses/touch.c') diff --git a/scripts/kconfig/libcurses/touch.c b/scripts/kconfig/libcurses/touch.c index 2fd03cce5..7ea0b64b2 100644 --- a/scripts/kconfig/libcurses/touch.c +++ b/scripts/kconfig/libcurses/touch.c @@ -49,14 +49,16 @@ touch is_wintouched() and is_linetouched(). ### Portability - X/Open ncurses NetBSD - touchwin Y Y Y - touchline Y Y Y - untouchwin Y Y Y - wtouchln Y Y Y - is_linetouched Y Y Y - is_wintouched Y Y Y - touchoverlap - - Y + + Function | X/Open | ncurses | NetBSD + :---------------------|:------:|:-------:|:------: + touchwin | Y | Y | Y + touchline | Y | Y | Y + untouchwin | Y | Y | Y + wtouchln | Y | Y | Y + is_linetouched | Y | Y | Y + is_wintouched | Y | Y | Y + touchoverlap | - | - | Y **man-end****************************************************************/ -- cgit v1.2.3-55-g6feb